diff --git a/.release-plan.json b/.release-plan.json index a4e9d31..31ba8b7 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,21 +1,21 @@ { "solution": { "ember-set-helper": { - "impact": "major", - "oldVersion": "2.0.1", - "newVersion": "3.0.0", + "impact": "patch", + "oldVersion": "3.0.0", + "newVersion": "3.0.1", "constraints": [ { - "impact": "major", - "reason": "Appears in changelog section :boom: Breaking Change" + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" }, { "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./ember-set-helper/package.json" } }, - "description": "## Release (2024-02-08)\n\nember-set-helper 3.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-set-helper`, `test-app`\n * [#51](https://github.com/adopted-ember-addons/ember-set-helper/pull/51) Convert to v2 addon, plain function with types ([@johanrd](https://github.com/johanrd))\n\n#### :bug: Bug Fix\n* `ember-set-helper`\n * [#55](https://github.com/adopted-ember-addons/ember-set-helper/pull/55) Add template-registry.ts ([@johanrd](https://github.com/johanrd))\n\n#### :house: Internal\n* Other\n * [#61](https://github.com/adopted-ember-addons/ember-set-helper/pull/61) moving to release-plan ([@MelSumner](https://github.com/MelSumner))\n * [#54](https://github.com/adopted-ember-addons/ember-set-helper/pull/54) Create dependabot.yml ([@MelSumner](https://github.com/MelSumner))\n* `test-app`\n * [#53](https://github.com/adopted-ember-addons/ember-set-helper/pull/53) Add a little CI ([@MelSumner](https://github.com/MelSumner))\n\n#### Committers: 2\n- Melanie Sumner ([@MelSumner](https://github.com/MelSumner))\n- [@johanrd](https://github.com/johanrd)\n" + "description": "## Release (2024-02-12)\n\nember-set-helper 3.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-set-helper`, `test-app`\n * [#67](https://github.com/adopted-ember-addons/ember-set-helper/pull/67) Ensure workspace root is a private unnamed package ([@gilest](https://github.com/gilest))\n\n#### :house: Internal\n* `ember-set-helper`, `test-app`\n * [#64](https://github.com/adopted-ember-addons/ember-set-helper/pull/64) Move ci.yml to correct folder ([@MelSumner](https://github.com/MelSumner))\n* Other\n * [#65](https://github.com/adopted-ember-addons/ember-set-helper/pull/65) putting it back where it was first ([@MelSumner](https://github.com/MelSumner))\n\n#### Committers: 2\n- Giles Thompson ([@gilest](https://github.com/gilest))\n- Melanie Sumner ([@MelSumner](https://github.com/MelSumner))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d6256ad..f9fc24e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## Release (2024-02-12) + +ember-set-helper 3.0.1 (patch) + +#### :bug: Bug Fix +* `ember-set-helper`, `test-app` + * [#67](https://github.com/adopted-ember-addons/ember-set-helper/pull/67) Ensure workspace root is a private unnamed package ([@gilest](https://github.com/gilest)) + +#### :house: Internal +* `ember-set-helper`, `test-app` + * [#64](https://github.com/adopted-ember-addons/ember-set-helper/pull/64) Move ci.yml to correct folder ([@MelSumner](https://github.com/MelSumner)) +* Other + * [#65](https://github.com/adopted-ember-addons/ember-set-helper/pull/65) putting it back where it was first ([@MelSumner](https://github.com/MelSumner)) + +#### Committers: 2 +- Giles Thompson ([@gilest](https://github.com/gilest)) +- Melanie Sumner ([@MelSumner](https://github.com/MelSumner)) + ## Release (2024-02-08) ember-set-helper 3.0.0 (major) diff --git a/ember-set-helper/package.json b/ember-set-helper/package.json index 709b21c..b098c3f 100644 --- a/ember-set-helper/package.json +++ b/ember-set-helper/package.json @@ -1,6 +1,6 @@ { "name": "ember-set-helper", - "version": "3.0.0", + "version": "3.0.1", "description": "A better `mut` helper!", "keywords": [ "ember-addon"