Skip to content
Merged
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
16 changes: 4 additions & 12 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -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"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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": "html-validate-ember",
"version": "0.9.0",
"version": "0.9.1",
"description": "html-validate transformer for Ember .gts (Glimmer) templates",
"keywords": [
"html-validate",
Expand Down