From c50cfdc5f70f5f5c612d2b7ee279adff24dcce72 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Tue, 12 Aug 2025 17:29:58 +0000 Subject: [PATCH] Prepare Release v0.1.0 using 'release-plan' --- .release-plan.json | 12 ++++++------ CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index de891e9..283325c 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,18 +1,18 @@ { "solution": { "ember-strict-application-resolver": { - "impact": "patch", - "oldVersion": "0.0.1", - "newVersion": "0.0.2", + "impact": "minor", + "oldVersion": "0.0.2", + "newVersion": "0.1.0", "tagName": "latest", "constraints": [ { - "impact": "patch", - "reason": "Appears in changelog section :memo: Documentation" + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" } ], "pkgJSONPath": "./package.json" } }, - "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" + "description": "## Release (2025-08-12)\n\n* ember-strict-application-resolver 0.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-strict-application-resolver`\n * [#8](https://github.com/NullVoxPopuli/ember-strict-application-resolver/pull/8) Add build-registry for libraries to support ember-resolver and make constructing registries easier ([@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 3b961fb..0b8e1df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2025-08-12) + +* ember-strict-application-resolver 0.1.0 (minor) + +#### :rocket: Enhancement +* `ember-strict-application-resolver` + * [#8](https://github.com/NullVoxPopuli/ember-strict-application-resolver/pull/8) Add build-registry for libraries to support ember-resolver and make constructing registries easier ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2025-07-27) * ember-strict-application-resolver 0.0.2 (patch) diff --git a/package.json b/package.json index 29ed549..9241d7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-strict-application-resolver", - "version": "0.0.2", + "version": "0.1.0", "description": "The default blueprint for Embroider v2 addons.", "keywords": [ "ember-addon"