Skip to content

Commit a762258

Browse files
Merge pull request #25 from handlebars-lang/release-preview
Prepare Release v2.2.1
2 parents cc0d4af + 6d1617c commit a762258

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

.release-plan.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,18 @@
11
{
22
"solution": {
33
"@handlebars/parser": {
4-
"impact": "minor",
5-
"oldVersion": "2.1.0",
6-
"newVersion": "2.2.0",
4+
"impact": "patch",
5+
"oldVersion": "2.2.0",
6+
"newVersion": "2.2.1",
77
"tagName": "latest",
88
"constraints": [
9-
{
10-
"impact": "minor",
11-
"reason": "Appears in changelog section :rocket: Enhancement"
12-
},
139
{
1410
"impact": "patch",
1511
"reason": "Appears in changelog section :bug: Bug Fix"
16-
},
17-
{
18-
"impact": "patch",
19-
"reason": "Appears in changelog section :house: Internal"
2012
}
2113
],
2214
"pkgJSONPath": "./package.json"
2315
}
2416
},
25-
"description": "## Release (2025-03-19)\n\n* @handlebars/parser 2.2.0 (minor)\n\n#### :rocket: Enhancement\n* `@handlebars/parser`\n * [#15](https://github.com/handlebars-lang/handlebars-parser/pull/15) Implement hash and array literal syntax ([@wycats](https://github.com/wycats))\n * [#14](https://github.com/handlebars-lang/handlebars-parser/pull/14) Add support for a `#` prefix in path segments ([@wycats](https://github.com/wycats))\n\n#### :bug: Bug Fix\n* `@handlebars/parser`\n * [#6](https://github.com/handlebars-lang/handlebars-parser/pull/6) [bugfix] Don't emit `parts: [undefined]` for `{{this}}` ([@dfreeman](https://github.com/dfreeman))\n\n#### :house: Internal\n* `@handlebars/parser`\n * [#17](https://github.com/handlebars-lang/handlebars-parser/pull/17) Add release plan, remove release-it ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- Dan Freeman ([@dfreeman](https://github.com/dfreeman))\n- Yehuda Katz ([@wycats](https://github.com/wycats))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
17+
"description": "## Release (2025-08-01)\n\n* @handlebars/parser 2.2.1 (patch)\n\n#### :bug: Bug Fix\n* `@handlebars/parser`\n * [#24](https://github.com/handlebars-lang/handlebars-parser/pull/24) fix node engine and create a test matrix in CI ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
2618
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Release (2025-08-01)
4+
5+
* @handlebars/parser 2.2.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `@handlebars/parser`
9+
* [#24](https://github.com/handlebars-lang/handlebars-parser/pull/24) fix node engine and create a test matrix in CI ([@mansona](https://github.com/mansona))
10+
11+
#### Committers: 1
12+
- Chris Manson ([@mansona](https://github.com/mansona))
13+
314
## Release (2025-03-19)
415

516
* @handlebars/parser 2.2.0 (minor)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@handlebars/parser",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "The parser for the Handlebars language",
55
"homepage": "https://github.com/handlebars-lang/handlebars-parser#readme",
66
"bugs": {

0 commit comments

Comments
 (0)