diff --git a/.release-plan.json b/.release-plan.json index 4df2972..103b255 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,16 +2,20 @@ "solution": { "@embroider/app-blueprint": { "impact": "minor", - "oldVersion": "0.13.1", - "newVersion": "0.14.0", + "oldVersion": "0.14.0", + "newVersion": "0.15.0", "constraints": [ { "impact": "minor", "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-11-11)\n\n@embroider/app-blueprint 0.14.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#80](https://github.com/embroider-build/app-blueprint/pull/80) Fix support for `--typescript` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#104](https://github.com/embroider-build/app-blueprint/pull/104) Remove ember-cli-inject-live-reload dependency ([@HeroicEric](https://github.com/HeroicEric))\n\n#### Committers: 2\n- Eric Kelly ([@HeroicEric](https://github.com/HeroicEric))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2024-11-18)\n\n@embroider/app-blueprint 0.15.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#107](https://github.com/embroider-build/app-blueprint/pull/107) Update ember cli to 6.0 ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `@embroider/app-blueprint`\n * [#110](https://github.com/embroider-build/app-blueprint/pull/110) fix upstream issue with typescript-eslint ([@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 c220f40..574afb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## Release (2024-11-18) + +@embroider/app-blueprint 0.15.0 (minor) + +#### :rocket: Enhancement +* `@embroider/app-blueprint` + * [#107](https://github.com/embroider-build/app-blueprint/pull/107) Update ember cli to 6.0 ([@mansona](https://github.com/mansona)) + +#### :bug: Bug Fix +* `@embroider/app-blueprint` + * [#110](https://github.com/embroider-build/app-blueprint/pull/110) fix upstream issue with typescript-eslint ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + ## Release (2024-11-11) @embroider/app-blueprint 0.14.0 (minor) diff --git a/package.json b/package.json index da92968..7cef5d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/app-blueprint", - "version": "0.14.0", + "version": "0.15.0", "description": "Blueprint for next generation of Ember apps", "keywords": [ "ember-blueprint"