diff --git a/.release-plan.json b/.release-plan.json index 432375d..047cbb1 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,17 @@ { "solution": { "@embroider/app-blueprint": { - "impact": "patch", - "oldVersion": "0.5.1", - "newVersion": "0.5.2", + "impact": "minor", + "oldVersion": "0.5.2", + "newVersion": "0.6.0", "constraints": [ { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-08-03)\n\n@embroider/app-blueprint 0.5.2 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/app-blueprint`\n * [#47](https://github.com/embroider-build/app-blueprint/pull/47) Update to use explicit resolve.extensions ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n" + "description": "## Release (2024-08-06)\n\n@embroider/app-blueprint 0.6.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#50](https://github.com/embroider-build/app-blueprint/pull/50) add git ignore for tmp file ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e65a94f..68220b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2024-08-06) + +@embroider/app-blueprint 0.6.0 (minor) + +#### :rocket: Enhancement +* `@embroider/app-blueprint` + * [#50](https://github.com/embroider-build/app-blueprint/pull/50) add git ignore for tmp file ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + ## Release (2024-08-03) @embroider/app-blueprint 0.5.2 (patch) diff --git a/package.json b/package.json index 52a12f1..7c6ce05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/app-blueprint", - "version": "0.5.2", + "version": "0.6.0", "description": "Blueprint for next generation of Ember apps", "keywords": [ "ember-blueprint"