Skip to content

Commit c7a0222

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

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [1.0.0-alpha.7](https://github.com/flex-development/docast/compare/1.0.0-alpha.6...1.0.0-alpha.7) (2022-11-18)
2+
3+
4+
### :sparkles: Features
5+
6+
* **enums:** `Kind.ACCESSOR` ([f0feb9a](https://github.com/flex-development/docast/commit/f0feb9ab2f157e5373c81eb819e28f885db4b8d4))
7+
8+
9+
### :zap: Refactors
10+
11+
* **enums:** `Kind.CONST_ENUM` -> `Kind.ENUM_CONST` ([5d0d32a](https://github.com/flex-development/docast/commit/5d0d32a24c43228aab0c52030c1d85f4fbd01c48))
12+
* **enums:** `Kind.ENUM_MEMBER` -> `Kind.MEMBER` ([f992cd1](https://github.com/flex-development/docast/commit/f992cd14bf52630a34f52d3e4e3ae18fb7f2d725))
13+
* **enums:** `Kind.METHOD_DECLARATION`, `Kind.METHOD_SIGNATURE` -> `Kind.METHOD` ([179070b](https://github.com/flex-development/docast/commit/179070b209b9e4112358407767ca99f14b466579))
14+
* **enums:** `Kind.PROPERTY_DECLARATION`, `Kind.PROPERTY_SIGNATURE` -> `Kind.PROPERTY` ([bca6e37](https://github.com/flex-development/docast/commit/bca6e3734a39311485dde66ae44ae0ed3533102c))
15+
116
## [1.0.0-alpha.6](https://github.com/flex-development/docast/compare/1.0.0-alpha.5...1.0.0-alpha.6) (2022-11-18)
217

318

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.6",
4+
"version": "1.0.0-alpha.7",
55
"keywords": [
66
"ast",
77
"doc",

0 commit comments

Comments
 (0)