diff --git a/.release-plan.json b/.release-plan.json index 8bb046d..6b01b0c 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,16 +2,20 @@ "solution": { "@embroider/app-blueprint": { "impact": "minor", - "oldVersion": "0.17.0", - "newVersion": "0.18.0", + "oldVersion": "0.18.0", + "newVersion": "0.19.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-12-06)\n\n@embroider/app-blueprint 0.18.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#124](https://github.com/embroider-build/app-blueprint/pull/124) move to the new cleaner vite config ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "description": "## Release (2025-01-12)\n\n@embroider/app-blueprint 0.19.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#126](https://github.com/embroider-build/app-blueprint/pull/126) Add vite/client types ([@evoactivity](https://github.com/evoactivity))\n\n#### :bug: Bug Fix\n* `@embroider/app-blueprint`\n * [#128](https://github.com/embroider-build/app-blueprint/pull/128) fix typescript: eslint ignores needs to be the lone key to act globally ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 1\n- Liam Potter ([@evoactivity](https://github.com/evoactivity))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2abc90f..c0a367b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## Release (2025-01-12) + +@embroider/app-blueprint 0.19.0 (minor) + +#### :rocket: Enhancement +* `@embroider/app-blueprint` + * [#126](https://github.com/embroider-build/app-blueprint/pull/126) Add vite/client types ([@evoactivity](https://github.com/evoactivity)) + +#### :bug: Bug Fix +* `@embroider/app-blueprint` + * [#128](https://github.com/embroider-build/app-blueprint/pull/128) fix typescript: eslint ignores needs to be the lone key to act globally ([@evoactivity](https://github.com/evoactivity)) + +#### Committers: 1 +- Liam Potter ([@evoactivity](https://github.com/evoactivity)) + ## Release (2024-12-06) @embroider/app-blueprint 0.18.0 (minor) diff --git a/package.json b/package.json index 136e671..f7d4f69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/app-blueprint", - "version": "0.18.0", + "version": "0.19.0", "description": "Blueprint for next generation of Ember apps", "keywords": [ "ember-blueprint"