From a6c33c62685f81a6b04e26be14c311c8705c04b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 15:37:48 +0000 Subject: [PATCH] Prepare Release v0.9.1 using 'release-plan' --- .release-plan.json | 16 ++++------------ CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 13 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 49692e6..04a69bb 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,26 +1,18 @@ { "solution": { "html-validate-ember": { - "impact": "minor", - "oldVersion": "0.8.0", - "newVersion": "0.9.0", + "impact": "patch", + "oldVersion": "0.9.0", + "newVersion": "0.9.1", "tagName": "latest", "constraints": [ - { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" - }, { "impact": "patch", "reason": "Appears in changelog section :bug: Bug Fix" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2026-08-29)\n\n* html-validate-ember 0.9.0 (minor)\n\n#### :rocket: Enhancement\n* `html-validate-ember`\n * [#57](https://github.com/johanrd/html-validate-ember/pull/57) Cache keys include the import closure ([@johanrd](https://github.com/johanrd))\n * [#56](https://github.com/johanrd/html-validate-ember/pull/56) CLI: replay the report of unchanged files ([@johanrd](https://github.com/johanrd))\n * [#55](https://github.com/johanrd/html-validate-ember/pull/55) Cache the transform output per file ([@johanrd](https://github.com/johanrd))\n * [#54](https://github.com/johanrd/html-validate-ember/pull/54) Parse each template once ([@johanrd](https://github.com/johanrd))\n\n#### :bug: Bug Fix\n* `html-validate-ember`\n * [#58](https://github.com/johanrd/html-validate-ember/pull/58) Release review fixes for 0.9.0 ([@johanrd](https://github.com/johanrd))\n * [#51](https://github.com/johanrd/html-validate-ember/pull/51) tsgo backend: parse in-process, open the project lazily ([@johanrd](https://github.com/johanrd))\n\n#### :house: Internal\n* `html-validate-ember`\n * [#60](https://github.com/johanrd/html-validate-ember/pull/60) bench:compare: interleave the whole-process samples of the two builds ([@johanrd](https://github.com/johanrd))\n * [#52](https://github.com/johanrd/html-validate-ember/pull/52) Benchmarks with base-branch comparison on pull requests ([@johanrd](https://github.com/johanrd))\n\n#### Committers: 1\n- Johan Røed ([@johanrd](https://github.com/johanrd))\n" + "description": "## Release (2026-09-15)\n\n* html-validate-ember 0.9.1 (patch)\n\n#### :bug: Bug Fix\n* `html-validate-ember`\n * [#61](https://github.com/johanrd/html-validate-ember/pull/61) Check named-block content where its yield sits ([@johanrd](https://github.com/johanrd))\n * [#62](https://github.com/johanrd/html-validate-ember/pull/62) Keep line numbers after a multi-line self-closing component ([@johanrd](https://github.com/johanrd))\n\n#### Committers: 1\n- Johan Røed ([@johanrd](https://github.com/johanrd))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 34b6fc0..d5f970d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## Release (2026-09-15) + +* html-validate-ember 0.9.1 (patch) + +#### :bug: Bug Fix +* `html-validate-ember` + * [#61](https://github.com/johanrd/html-validate-ember/pull/61) Check named-block content where its yield sits ([@johanrd](https://github.com/johanrd)) + * [#62](https://github.com/johanrd/html-validate-ember/pull/62) Keep line numbers after a multi-line self-closing component ([@johanrd](https://github.com/johanrd)) + +#### Committers: 1 +- Johan Røed ([@johanrd](https://github.com/johanrd)) + ## Release (2026-08-29) * html-validate-ember 0.9.0 (minor) diff --git a/package.json b/package.json index dc4db3a..26c94fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-validate-ember", - "version": "0.9.0", + "version": "0.9.1", "description": "html-validate transformer for Ember .gts (Glimmer) templates", "keywords": [ "html-validate",