diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 0000000..05c173e --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,18 @@ +{ + "solution": { + "ember-strict-application-resolver": { + "impact": "patch", + "oldVersion": "0.0.0", + "newVersion": "0.0.1", + "tagName": "latest", + "constraints": [ + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "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" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..f80efb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,12 @@ # Changelog + +## Release (2025-07-27) + +* ember-strict-application-resolver 0.0.1 (patch) + +#### :house: Internal +* `ember-strict-application-resolver` + * [#2](https://github.com/NullVoxPopuli/ember-strict-application-resolver/pull/2) Setup release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) diff --git a/package.json b/package.json index 4a2c0f9..8874857 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-strict-application-resolver", - "version": "0.0.0", + "version": "0.0.1", "description": "The default blueprint for Embroider v2 addons.", "keywords": [ "ember-addon"