Skip to content

Commit b5fa4f8

Browse files
author
github-actions[bot]
authored
Prepare Release using 'release-plan'
1 parent f2c7e0b commit b5fa4f8

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed

.release-plan.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"solution": {
3+
"ember-cli-head": {
4+
"impact": "major",
5+
"oldVersion": "2.0.0",
6+
"newVersion": "3.0.0",
7+
"constraints": [
8+
{
9+
"impact": "major",
10+
"reason": "Appears in changelog section :boom: Breaking Change"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :house: Internal"
15+
}
16+
],
17+
"pkgJSONPath": "./package.json"
18+
}
19+
},
20+
"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 * [#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"
21+
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
# Changelog
2+
## Release (2023-12-12)
3+
4+
ember-cli-head 3.0.0 (major)
5+
6+
#### :boom: Breaking Change
7+
* `ember-cli-head`
8+
* [#113](https://github.com/ember-fastboot/ember-cli-head/pull/113) drop support for node < v16 ([@mansona](https://github.com/mansona))
9+
10+
#### :house: Internal
11+
* `ember-cli-head`
12+
* [#115](https://github.com/ember-fastboot/ember-cli-head/pull/115) swap to pnpm ([@mansona](https://github.com/mansona))
13+
* [#112](https://github.com/ember-fastboot/ember-cli-head/pull/112) setup release-plan ([@mansona](https://github.com/mansona))
14+
* [#105](https://github.com/ember-fastboot/ember-cli-head/pull/105) update ember-auto-import devDependency to v2 ([@mansona](https://github.com/mansona))
15+
* [#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))
16+
17+
#### Committers: 1
18+
- Chris Manson ([@mansona](https://github.com/mansona))
219

320
## v2.0.0 (2021-05-26)
421

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-head",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "An addon to easily set document head content via a template.",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)