Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"@handlebars/parser": {
"impact": "patch",
"oldVersion": "2.2.1",
"newVersion": "2.2.2",
"oldVersion": "2.2.2",
"newVersion": "2.2.3",
"tagName": "latest",
"constraints": [
{
Expand All @@ -14,5 +14,5 @@
"pkgJSONPath": "./package.json"
}
},
"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"
"description": "## Release (2026-04-30)\n\n* @handlebars/parser 2.2.3 (patch)\n\n#### :bug: Bug Fix\n* `@handlebars/parser`\n * [#31](https://github.com/handlebars-lang/handlebars-parser/pull/31) Fix whitespace handling for chained `{{else if}}` blocks ([@theodorejb](https://github.com/theodorejb))\n\n#### Committers: 1\n- Theodore Brown ([@theodorejb](https://github.com/theodorejb))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Release (2026-04-30)

* @handlebars/parser 2.2.3 (patch)

#### :bug: Bug Fix
* `@handlebars/parser`
* [#31](https://github.com/handlebars-lang/handlebars-parser/pull/31) Fix whitespace handling for chained `{{else if}}` blocks ([@theodorejb](https://github.com/theodorejb))

#### Committers: 1
- Theodore Brown ([@theodorejb](https://github.com/theodorejb))

## Release (2025-11-29)

* @handlebars/parser 2.2.2 (patch)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@handlebars/parser",
"version": "2.2.2",
"version": "2.2.3",
"description": "The parser for the Handlebars language",
"homepage": "https://github.com/handlebars-lang/handlebars-parser#readme",
"bugs": {
Expand Down