diff --git a/CHANGELOG.md b/CHANGELOG.md index 6986f94d..ea50f012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.0.0-alpha.9](https://github.com/flex-development/docast/compare/1.0.0-alpha.8...1.0.0-alpha.9) (2022-11-19) + + +### :sparkles: Features + +* **nodes:** `BlockTag#text` ([0b76065](https://github.com/flex-development/docast/commit/0b76065b4b29077aaea9ae2749ddb021e2fb10a4)) +* **nodes:** `InlineTag#text` ([0558cd7](https://github.com/flex-development/docast/commit/0558cd7df5bb52b56ec0f2c35886f65807346837)) + ## [1.0.0-alpha.8](https://github.com/flex-development/docast/compare/1.0.0-alpha.7...1.0.0-alpha.8) (2022-11-18) diff --git a/package.json b/package.json index e8f6e281..ea24c53e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@flex-development/docast", "description": "Docblock Abstract Syntax Tree format", - "version": "1.0.0-alpha.8", + "version": "1.0.0-alpha.9", "keywords": [ "ast", "doc",