Skip to content

Commit d848614

Browse files
mansonagithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent 3d116d8 commit d848614

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed

.release-plan.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"solution": {
3+
"@ember/optional-features": {
4+
"impact": "patch",
5+
"oldVersion": "2.0.0",
6+
"newVersion": "2.0.1",
7+
"constraints": [
8+
{
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :house: Internal"
11+
}
12+
],
13+
"pkgJSONPath": "./package.json"
14+
}
15+
},
16+
"description": "## Release (2024-02-14)\n\n@ember/optional-features 2.0.1 (patch)\n\n#### :house: Internal\n* `@ember/optional-features`\n * [#339](https://github.com/emberjs/ember-optional-features/pull/339) update release-plan ([@mansona](https://github.com/mansona))\n * [#337](https://github.com/emberjs/ember-optional-features/pull/337) Setup release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#338](https://github.com/emberjs/ember-optional-features/pull/338) switch to npm ([@mansona](https://github.com/mansona))\n * [#335](https://github.com/emberjs/ember-optional-features/pull/335) Test against Node 16, 18, and 20 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- Aaron Chambers ([@achambers](https://github.com/achambers))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
17+
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## Release (2024-02-14)
4+
5+
@ember/optional-features 2.0.1 (patch)
6+
7+
#### :house: Internal
8+
* `@ember/optional-features`
9+
* [#339](https://github.com/emberjs/ember-optional-features/pull/339) update release-plan ([@mansona](https://github.com/mansona))
10+
* [#337](https://github.com/emberjs/ember-optional-features/pull/337) Setup release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
11+
* [#338](https://github.com/emberjs/ember-optional-features/pull/338) switch to npm ([@mansona](https://github.com/mansona))
12+
* [#335](https://github.com/emberjs/ember-optional-features/pull/335) Test against Node 16, 18, and 20 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
13+
14+
#### Committers: 3
15+
- Aaron Chambers ([@achambers](https://github.com/achambers))
16+
- Chris Manson ([@mansona](https://github.com/mansona))
17+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
18+
319
## v2.0.0 (2020-08-27)
420

521
#### :boom: Breaking Change

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ember/optional-features",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "The default blueprint for ember-cli addons.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)