diff --git a/.release-plan.json b/.release-plan.json index 742c329..a577f1d 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,21 +1,17 @@ { "solution": { "ember-classic-import-meta-glob": { - "impact": "minor", - "oldVersion": "0.0.0", - "newVersion": "0.1.0", + "impact": "patch", + "oldVersion": "0.1.0", + "newVersion": "0.1.1", "constraints": [ - { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" - }, { "impact": "patch", - "reason": "Appears in changelog section :house: Internal" + "reason": "Appears in changelog section :bug: Bug Fix" } ], "pkgJSONPath": "./ember-classic-import-meta-glob/package.json" } }, - "description": "## Release (2024-06-02)\n\nember-classic-import-meta-glob 0.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-classic-import-meta-glob`, `test-app`\n * [#3](https://github.com/NullVoxPopuli/ember-classic-import-meta-glob/pull/3) Implement the RFC (phase 1: alpha quality) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `ember-classic-import-meta-glob`, `test-app`\n * [#1](https://github.com/NullVoxPopuli/ember-classic-import-meta-glob/pull/1) Setup all the GH Workflows ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2024-11-20)\n\nember-classic-import-meta-glob 0.1.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-classic-import-meta-glob`, `test-app`\n * [#7](https://github.com/NullVoxPopuli/ember-classic-import-meta-glob/pull/7) Fix ../ globs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* [#8](https://github.com/NullVoxPopuli/ember-classic-import-meta-glob/pull/8) Set packageManager upgrade pnpm ([@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 b107a34..5b3a4fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## Release (2024-11-20) + +ember-classic-import-meta-glob 0.1.1 (patch) + +#### :bug: Bug Fix +* `ember-classic-import-meta-glob`, `test-app` + * [#7](https://github.com/NullVoxPopuli/ember-classic-import-meta-glob/pull/7) Fix ../ globs ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### :house: Internal +* [#8](https://github.com/NullVoxPopuli/ember-classic-import-meta-glob/pull/8) Set packageManager upgrade pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2024-06-02) ember-classic-import-meta-glob 0.1.0 (minor) diff --git a/ember-classic-import-meta-glob/package.json b/ember-classic-import-meta-glob/package.json index c1e7804..6c715c9 100644 --- a/ember-classic-import-meta-glob/package.json +++ b/ember-classic-import-meta-glob/package.json @@ -1,6 +1,6 @@ { "name": "ember-classic-import-meta-glob", - "version": "0.1.0", + "version": "0.1.1", "description": "The default blueprint for Embroider v2 addons.", "keywords": [ "ember-addon"