From a29628fbafd72e36a141e807ea004a65d0f02a4d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 26 Nov 2023 16:05:35 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 8 ++++++++ CHANGELOG.md | 20 ++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 .release-plan.json diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 00000000..e31dfc71 --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,8 @@ +{ + "solution": { + "ember-cli-notifications": { + "oldVersion": "8.0.0" + } + }, + "description": "## Release (2023-11-26)\n\n\n\n#### :boom: Breaking Change\n* [#365](https://github.com/mansona/ember-cli-notifications/pull/365) move to a v2 addon ([@mansona](https://github.com/mansona))\n* [#327](https://github.com/mansona/ember-cli-notifications/pull/327) Breaking: Drop support for Ember < 3.16 and move to field-guide ([@mansona](https://github.com/mansona))\n\n#### :rocket: Enhancement\n* [#364](https://github.com/mansona/ember-cli-notifications/pull/364) Stop using `ember-get-config` ([@nlepage](https://github.com/nlepage))\n\n#### :house: Internal\n* [#367](https://github.com/mansona/ember-cli-notifications/pull/367) setup release-plan ([@mansona](https://github.com/mansona))\n* [#366](https://github.com/mansona/ember-cli-notifications/pull/366) fix lint-to-the-future CI job ([@mansona](https://github.com/mansona))\n* [#362](https://github.com/mansona/ember-cli-notifications/pull/362) Update minimum supported Node.js version to v16 (No longer relevant) ([@Turbo87](https://github.com/Turbo87))\n\n#### Committers: 3\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Nicolas Lepage ([@nlepage](https://github.com/nlepage))\n- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))\n" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b8e83d6..78d44f21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,24 @@ # Changelog +## Release (2023-11-26) + + + +#### :boom: Breaking Change +* [#365](https://github.com/mansona/ember-cli-notifications/pull/365) move to a v2 addon ([@mansona](https://github.com/mansona)) +* [#327](https://github.com/mansona/ember-cli-notifications/pull/327) Breaking: Drop support for Ember < 3.16 and move to field-guide ([@mansona](https://github.com/mansona)) + +#### :rocket: Enhancement +* [#364](https://github.com/mansona/ember-cli-notifications/pull/364) Stop using `ember-get-config` ([@nlepage](https://github.com/nlepage)) + +#### :house: Internal +* [#367](https://github.com/mansona/ember-cli-notifications/pull/367) setup release-plan ([@mansona](https://github.com/mansona)) +* [#366](https://github.com/mansona/ember-cli-notifications/pull/366) fix lint-to-the-future CI job ([@mansona](https://github.com/mansona)) +* [#362](https://github.com/mansona/ember-cli-notifications/pull/362) Update minimum supported Node.js version to v16 (No longer relevant) ([@Turbo87](https://github.com/Turbo87)) + +#### Committers: 3 +- Chris Manson ([@mansona](https://github.com/mansona)) +- Nicolas Lepage ([@nlepage](https://github.com/nlepage)) +- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) 8.0.0 / 2022-01-28 ==================