Skip to content

Commit 75d6741

Browse files
Merge pull request #28 from handlebars-lang/release-preview
Prepare Release v2.2.2
2 parents e94791a + a05ecd9 commit 75d6741

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"@handlebars/parser": {
44
"impact": "patch",
5-
"oldVersion": "2.2.0",
6-
"newVersion": "2.2.1",
5+
"oldVersion": "2.2.1",
6+
"newVersion": "2.2.2",
77
"tagName": "latest",
88
"constraints": [
99
{
@@ -14,5 +14,5 @@
1414
"pkgJSONPath": "./package.json"
1515
}
1616
},
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"
17+
"description": "## Release (2025-11-29)\n\n* @handlebars/parser 2.2.2 (patch)\n\n#### :bug: Bug Fix\n* `@handlebars/parser`\n * [#27](https://github.com/handlebars-lang/handlebars-parser/pull/27) Fix commonjs build ([@kaermorchen](https://github.com/kaermorchen))\n\n#### Committers: 1\n- Stanislav Romanov ([@kaermorchen](https://github.com/kaermorchen))\n"
1818
}

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-11-29)
4+
5+
* @handlebars/parser 2.2.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `@handlebars/parser`
9+
* [#27](https://github.com/handlebars-lang/handlebars-parser/pull/27) Fix commonjs build ([@kaermorchen](https://github.com/kaermorchen))
10+
11+
#### Committers: 1
12+
- Stanislav Romanov ([@kaermorchen](https://github.com/kaermorchen))
13+
314
## Release (2025-08-01)
415

516
* @handlebars/parser 2.2.1 (patch)

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.1",
3+
"version": "2.2.2",
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)