From 1d993e683af91014679c974a7deb70408a609c37 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 23 Dec 2023 17:53:53 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 6 +++--- CHANGELOG.md | 14 ++++++++++++++ packages/compat/package.json | 2 +- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 1c19cc714..f563f6ed1 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -11,8 +11,8 @@ }, "@embroider/compat": { "impact": "patch", - "oldVersion": "3.4.1", - "newVersion": "3.4.2", + "oldVersion": "3.4.2", + "newVersion": "3.4.3", "constraints": [ { "impact": "patch", @@ -52,5 +52,5 @@ "oldVersion": "3.2.1" } }, - "description": "## Release (2023-12-13)\n\n@embroider/compat 3.4.2 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/compat`\n * [#1717](https://github.com/embroider-build/embroider/pull/1717) Always load ember-testing package eagerly ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n" + "description": "## Release (2023-12-23)\n\n@embroider/compat 3.4.3 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/compat`, `@types/ember-cli`\n * [#1743](https://github.com/embroider-build/embroider/pull/1743) Don't rely on htmlbars internals ([@ef4](https://github.com/ef4))\n\n#### :house: Internal\n* [#1724](https://github.com/embroider-build/embroider/pull/1724) fix publish for stable branch ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f23cf69e5..a2ec3b15e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,18 @@ # Embroider Changelog +## Release (2023-12-23) + +@embroider/compat 3.4.3 (patch) + +#### :bug: Bug Fix +* `@embroider/compat`, `@types/ember-cli` + * [#1743](https://github.com/embroider-build/embroider/pull/1743) Don't rely on htmlbars internals ([@ef4](https://github.com/ef4)) + +#### :house: Internal +* [#1724](https://github.com/embroider-build/embroider/pull/1724) fix publish for stable branch ([@mansona](https://github.com/mansona)) + +#### Committers: 2 +- Chris Manson ([@mansona](https://github.com/mansona)) +- Edward Faulkner ([@ef4](https://github.com/ef4)) ## Release (2023-12-13) @embroider/compat 3.4.2 (patch) diff --git a/packages/compat/package.json b/packages/compat/package.json index bd3976a83..5eda60757 100644 --- a/packages/compat/package.json +++ b/packages/compat/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/compat", - "version": "3.4.2", + "version": "3.4.3", "private": false, "description": "Backward compatibility layer for the Embroider build system.", "repository": {