diff --git a/CHANGELOG.md b/CHANGELOG.md index c14e7988..33e3409e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.0-alpha.11](https://github.com/flex-development/docast/compare/1.0.0-alpha.10...1.0.0-alpha.11) (2023-03-03) + + +### :bug: Fixes + +* **interfaces:** [`Point`] ensure `offset` is a `number` ([6a9fcae](https://github.com/flex-development/docast/commit/6a9fcae5fb68affa120d7fd51fdd47b212ee5d22)) + ## [1.0.0-alpha.10](https://github.com/flex-development/docast/compare/1.0.0-alpha.9...1.0.0-alpha.10) (2023-03-03) diff --git a/package.json b/package.json index 4063cafe..44963b0a 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.10", + "version": "1.0.0-alpha.11", "keywords": [ "ast", "doc",