Skip to content

Commit 7fce9f0

Browse files
authored
release: 1.0.0-alpha.4 (#4)
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent 14c75c2 commit 7fce9f0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.0.0-alpha.4](https://github.com/flex-development/docast/compare/1.0.0-alpha.3...1.0.0-alpha.4) (2022-11-13)
2+
3+
4+
### :bug: Fixes
5+
6+
* **enums:** typo in `Modifier.DECLARE` value ([14c75c2](https://github.com/flex-development/docast/commit/14c75c2f3c3814e78b70a09c84333ae22807462b))
7+
8+
9+
### :zap: Refactors
10+
11+
* remove `modifiers` from comment context ([5bbe9f3](https://github.com/flex-development/docast/commit/5bbe9f3f266379047cda06cf9c1e37aef693a7f0))
12+
113
## [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)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flex-development/docast",
33
"description": "Docblock Abstract Syntax Tree format",
4-
"version": "1.0.0-alpha.3",
4+
"version": "1.0.0-alpha.4",
55
"keywords": [
66
"ast",
77
"doc",

0 commit comments

Comments
 (0)