diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 00000000..6bb3672a --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,22 @@ +{ + "solution": { + "ember-cli-htmlbars": { + "impact": "patch", + "oldVersion": "7.0.0", + "newVersion": "7.0.1", + "tagName": "latest", + "constraints": [ + { + "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-03-29)\n\n* ember-cli-htmlbars 7.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-cli-htmlbars`\n * [#793](https://github.com/ember-cli/ember-cli-htmlbars/pull/793) Handle missing absolutePaths for ember-source v7+ ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n\n#### :house: Internal\n* `ember-cli-htmlbars`\n * [#790](https://github.com/ember-cli/ember-cli-htmlbars/pull/790) start using release-plan ([@mansona](https://github.com/mansona))\n * [#789](https://github.com/ember-cli/ember-cli-htmlbars/pull/789) swap to pnpm ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index abe74c5d..0ed1a64c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## Release (2026-03-29) + +* ember-cli-htmlbars 7.0.1 (patch) + +#### :bug: Bug Fix +* `ember-cli-htmlbars` + * [#793](https://github.com/ember-cli/ember-cli-htmlbars/pull/793) Handle missing absolutePaths for ember-source v7+ ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) + +#### :house: Internal +* `ember-cli-htmlbars` + * [#790](https://github.com/ember-cli/ember-cli-htmlbars/pull/790) start using release-plan ([@mansona](https://github.com/mansona)) + * [#789](https://github.com/ember-cli/ember-cli-htmlbars/pull/789) swap to pnpm ([@mansona](https://github.com/mansona)) + +#### Committers: 2 +- Chris Manson ([@mansona](https://github.com/mansona)) +- NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) + diff --git a/package.json b/package.json index 8cc7f893..43706e80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-htmlbars", - "version": "7.0.0", + "version": "7.0.1", "description": "A library for adding htmlbars to ember CLI", "keywords": [ "ember-addon",