diff --git a/CHANGELOG.md b/CHANGELOG.md index 48f5a50f..cb068ef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.0-alpha.3](https://github.com/flex-development/docast/compare/1.0.0-alpha.2...1.0.0-alpha.3) (2022-11-13) + + +### :sparkles: Features + +* **interfaces:** `Point` ([7b2fac1](https://github.com/flex-development/docast/commit/7b2fac1ec94cecc90784914f7d58bdcbdf20ad70)) + ## [1.0.0-alpha.2](https://github.com/flex-development/docast/compare/1.0.0-alpha.1...1.0.0-alpha.2) (2022-11-09) diff --git a/package.json b/package.json index f09bf372..a4b32957 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.2", + "version": "1.0.0-alpha.3", "keywords": [ "ast", "doc",