Skip to content

Commit 6b55533

Browse files
NullVoxPopuligithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent 7e3d7ee commit 6b55533

3 files changed

Lines changed: 29 additions & 1 deletion

File tree

.release-plan.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"solution": {
3+
"tree-sitter-glimmer-typescript": {
4+
"impact": "minor",
5+
"oldVersion": "0.0.2",
6+
"newVersion": "0.1.0",
7+
"constraints": [
8+
{
9+
"impact": "minor",
10+
"reason": "Appears in changelog section :rocket: Enhancement"
11+
}
12+
],
13+
"pkgJSONPath": "./package.json"
14+
}
15+
},
16+
"description": "## Release (2024-10-15)\n\ntree-sitter-glimmer-typescript 0.1.0 (minor)\n\n#### :rocket: Enhancement\n* `tree-sitter-glimmer-typescript`\n * [#7](https://github.com/NullVoxPopuli/tree-sitter-glimmer-typescript/pull/7) update deps, regenerate, & migrate to tree-sitter.json ([@amaanq](https://github.com/amaanq))\n\n#### Committers: 1\n- Amaan Qureshi ([@amaanq](https://github.com/amaanq))\n"
17+
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
11
# Changelog
2+
3+
## Release (2024-10-15)
4+
5+
tree-sitter-glimmer-typescript 0.1.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `tree-sitter-glimmer-typescript`
9+
* [#7](https://github.com/NullVoxPopuli/tree-sitter-glimmer-typescript/pull/7) update deps, regenerate, & migrate to tree-sitter.json ([@amaanq](https://github.com/amaanq))
10+
11+
#### Committers: 1
12+
- Amaan Qureshi ([@amaanq](https://github.com/amaanq))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-glimmer-typescript",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"description": "Glimmer-flavored JavaScript grammar for tree-sitter",
55
"keywords": [
66
"incremental",

0 commit comments

Comments
 (0)