diff --git a/.release-plan.json b/.release-plan.json index 05c173e..de891e9 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,17 +2,17 @@ "solution": { "ember-strict-application-resolver": { "impact": "patch", - "oldVersion": "0.0.0", - "newVersion": "0.0.1", + "oldVersion": "0.0.1", + "newVersion": "0.0.2", "tagName": "latest", "constraints": [ { "impact": "patch", - "reason": "Appears in changelog section :house: Internal" + "reason": "Appears in changelog section :memo: Documentation" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2025-07-27)\n\n* ember-strict-application-resolver 0.0.1 (patch)\n\n#### :house: Internal\n* `ember-strict-application-resolver`\n * [#2](https://github.com/NullVoxPopuli/ember-strict-application-resolver/pull/2) Setup release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2025-07-27)\n\n* ember-strict-application-resolver 0.0.2 (patch)\n\n#### :memo: Documentation\n* `ember-strict-application-resolver`\n * [#5](https://github.com/NullVoxPopuli/ember-strict-application-resolver/pull/5) Remove *prefix ([@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 f80efb1..3b961fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Release (2025-07-27) +* ember-strict-application-resolver 0.0.2 (patch) + +#### :memo: Documentation +* `ember-strict-application-resolver` + * [#5](https://github.com/NullVoxPopuli/ember-strict-application-resolver/pull/5) Remove *prefix ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + +## Release (2025-07-27) + * ember-strict-application-resolver 0.0.1 (patch) #### :house: Internal diff --git a/package.json b/package.json index 8874857..29ed549 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-strict-application-resolver", - "version": "0.0.1", + "version": "0.0.2", "description": "The default blueprint for Embroider v2 addons.", "keywords": [ "ember-addon"