diff --git a/.release-plan.json b/.release-plan.json index dc82ecb..9be747d 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,16 +2,16 @@ "solution": { "ember-cli-deprecation-workflow": { "impact": "patch", - "oldVersion": "3.0.0", - "newVersion": "3.0.1", + "oldVersion": "3.0.1", + "newVersion": "3.0.2", "constraints": [ { "impact": "patch", - "reason": "Appears in changelog section :house: Internal" + "reason": "Appears in changelog section :bug: Bug Fix" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-07-11)\n\nember-cli-deprecation-workflow 3.0.1 (patch)\n\n#### :house: Internal\n* `ember-cli-deprecation-workflow`\n * [#192](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/192) fix repository link in package.json ([@mansona](https://github.com/mansona))\n * [#191](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/191) update release plan workflow ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "description": "## Release (2024-08-21)\n\nember-cli-deprecation-workflow 3.0.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-cli-deprecation-workflow`\n * [#197](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/197) Remove @ember/string (it's unused) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ce6fa75..0c386d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2024-08-21) + +ember-cli-deprecation-workflow 3.0.2 (patch) + +#### :bug: Bug Fix +* `ember-cli-deprecation-workflow` + * [#197](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/197) Remove @ember/string (it's unused) ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2024-07-11) ember-cli-deprecation-workflow 3.0.1 (patch) diff --git a/package.json b/package.json index 4151544..70daf38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-deprecation-workflow", - "version": "3.0.1", + "version": "3.0.2", "description": "Provides a much needed workflow to managing deprecations.", "keywords": [ "ember-addon"