diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 0000000..40bef78 --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,21 @@ +{ + "solution": { + "ember-cli-head": { + "impact": "major", + "oldVersion": "2.0.0", + "newVersion": "3.0.0", + "constraints": [ + { + "impact": "major", + "reason": "Appears in changelog section :boom: Breaking Change" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./package.json" + } + }, + "description": "## Release (2023-12-12)\n\nember-cli-head 3.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-cli-head`\n * [#113](https://github.com/ember-fastboot/ember-cli-head/pull/113) drop support for node < v16 ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `ember-cli-head`\n * [#107](https://github.com/ember-fastboot/ember-cli-head/pull/107) update to v4.12 with ember-cli-update ([@mansona](https://github.com/mansona))\n * [#115](https://github.com/ember-fastboot/ember-cli-head/pull/115) swap to pnpm ([@mansona](https://github.com/mansona))\n * [#112](https://github.com/ember-fastboot/ember-cli-head/pull/112) setup release-plan ([@mansona](https://github.com/mansona))\n * [#105](https://github.com/ember-fastboot/ember-cli-head/pull/105) update ember-auto-import devDependency to v2 ([@mansona](https://github.com/mansona))\n * [#100](https://github.com/ember-fastboot/ember-cli-head/pull/100) unify CI with the default output of ember addon ([@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 31febbc..d5eb483 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,22 @@ # Changelog +## Release (2023-12-12) + +ember-cli-head 3.0.0 (major) + +#### :boom: Breaking Change +* `ember-cli-head` + * [#113](https://github.com/ember-fastboot/ember-cli-head/pull/113) drop support for node < v16 ([@mansona](https://github.com/mansona)) + +#### :house: Internal +* `ember-cli-head` + * [#107](https://github.com/ember-fastboot/ember-cli-head/pull/107) update to v4.12 with ember-cli-update ([@mansona](https://github.com/mansona)) + * [#115](https://github.com/ember-fastboot/ember-cli-head/pull/115) swap to pnpm ([@mansona](https://github.com/mansona)) + * [#112](https://github.com/ember-fastboot/ember-cli-head/pull/112) setup release-plan ([@mansona](https://github.com/mansona)) + * [#105](https://github.com/ember-fastboot/ember-cli-head/pull/105) update ember-auto-import devDependency to v2 ([@mansona](https://github.com/mansona)) + * [#100](https://github.com/ember-fastboot/ember-cli-head/pull/100) unify CI with the default output of ember addon ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) ## v2.0.0 (2021-05-26) diff --git a/package.json b/package.json index 92f2abc..b6be8ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-head", - "version": "2.0.0", + "version": "3.0.0", "description": "An addon to easily set document head content via a template.", "keywords": [ "ember-addon",