From 5138883006a22d66c21222d8e6d7e0fc3aa0635f Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Thu, 30 Apr 2026 01:34:34 +0000 Subject: [PATCH] Prepare Release v2.2.3 using 'release-plan' --- .release-plan.json | 6 +++--- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 4fc9bc0..9a3b4bf 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -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": [ { @@ -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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cd310aa..030f363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index e547aab..4652f7c 100644 --- a/package.json +++ b/package.json @@ -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": {