From ab7708873358548f84e1bd3bf96a5511e039267c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 17:52:35 +0000 Subject: [PATCH] Prepare Release v7.0.1 using 'release-plan' --- .release-plan.json | 18 ++++++++++++++++++ CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 .release-plan.json diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 00000000..143dcfc8 --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,18 @@ +{ + "solution": { + "ember-cli-htmlbars": { + "impact": "patch", + "oldVersion": "7.0.0", + "newVersion": "7.0.1", + "tagName": "latest", + "constraints": [ + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./package.json" + } + }, + "description": "## Release (2026-01-27)\n\n* ember-cli-htmlbars 7.0.1 (patch)\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: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index abe74c5d..23361adf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## Release (2026-01-27) + +* ember-cli-htmlbars 7.0.1 (patch) + +#### :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: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + 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",