diff --git a/.release-plan.json b/.release-plan.json index d28514a..f9ab4ee 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "ember-routable-component": { "impact": "minor", - "oldVersion": "0.3.0", - "newVersion": "0.4.0", + "oldVersion": "0.4.0", + "newVersion": "0.5.0", "constraints": [ { "impact": "minor", @@ -17,5 +17,5 @@ "pkgJSONPath": "./ember-routable-component/package.json" } }, - "description": "## Release (2024-07-04)\n\nember-routable-component 0.4.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-routable-component`\n * [#65](https://github.com/patricklx/ember-routable-component/pull/65) add signature ([@patricklx](https://github.com/patricklx))\n\n#### :house: Internal\n* `ember-routable-component`\n * [#12](https://github.com/patricklx/ember-routable-component/pull/12) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 2\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n" + "description": "## Release (2024-07-04)\n\nember-routable-component 0.5.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-routable-component`\n * [#65](https://github.com/patricklx/ember-routable-component/pull/65) add signature ([@patricklx](https://github.com/patricklx))\n\n#### :house: Internal\n* `ember-routable-component`\n * [#66](https://github.com/patricklx/ember-routable-component/pull/66) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#12](https://github.com/patricklx/ember-routable-component/pull/12) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 2\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a8d624..662aa0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ ## Release (2024-07-04) +ember-routable-component 0.5.0 (minor) + +#### :rocket: Enhancement +* `ember-routable-component` + * [#65](https://github.com/patricklx/ember-routable-component/pull/65) add signature ([@patricklx](https://github.com/patricklx)) + +#### :house: Internal +* `ember-routable-component` + * [#66](https://github.com/patricklx/ember-routable-component/pull/66) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#12](https://github.com/patricklx/ember-routable-component/pull/12) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + +#### Committers: 2 +- Patrick Pircher ([@patricklx](https://github.com/patricklx)) +- [@github-actions[bot]](https://github.com/apps/github-actions) + +## Release (2024-07-04) + ember-routable-component 0.4.0 (minor) #### :rocket: Enhancement diff --git a/ember-routable-component/package.json b/ember-routable-component/package.json index 9004d84..fd49876 100644 --- a/ember-routable-component/package.json +++ b/ember-routable-component/package.json @@ -1,6 +1,6 @@ { "name": "ember-routable-component", - "version": "0.4.0", + "version": "0.5.0", "description": "Provides an adapter for using components for routes", "keywords": [ "ember-addon"