Skip to content

Commit fc86dfc

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

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## 1.0.0-alpha.1 (2022-11-09)
2+
3+
4+
### :robot: Continuous Integration
5+
6+
* add [@dependabot](https://github.com/dependabot) config ([be268a6](https://github.com/flex-development/docast/commit/be268a6e64251acab24f553c5099cd0746338405))
7+
8+
9+
### :pencil: Documentation
10+
11+
* **spec:** add specification ([667ffa9](https://github.com/flex-development/docast/commit/667ffa93bbf109176c5ecab839e5da4d3630a46b))
12+
13+
14+
### :sparkles: Features
15+
16+
* **ts:** implement specification in typescript ([b801fe8](https://github.com/flex-development/docast/commit/b801fe8462e39c460c0de44fdef263b03ea7d0b4))
17+

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

0 commit comments

Comments
 (0)