Skip to content

Commit 83dfab7

Browse files
Merge pull request #94 from ember-tooling/release-preview
Prepare Release
2 parents 58cb2d7 + e551e9b commit 83dfab7

File tree

3 files changed

+19
-10
lines changed

3 files changed

+19
-10
lines changed

.release-plan.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
{
22
"solution": {
33
"ember-eslint-parser": {
4-
"impact": "minor",
5-
"oldVersion": "0.4.3",
6-
"newVersion": "0.5.0",
4+
"impact": "patch",
5+
"oldVersion": "0.5.0",
6+
"newVersion": "0.5.1",
77
"constraints": [
8-
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
11-
},
128
{
139
"impact": "patch",
14-
"reason": "Appears in changelog section :house: Internal"
10+
"reason": "Appears in changelog section :bug: Bug Fix"
1511
}
1612
],
1713
"pkgJSONPath": "./package.json"
1814
}
1915
},
20-
"description": "## Release (2024-07-05)\n\nember-eslint-parser 0.5.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-eslint-parser`\n * [#91](https://github.com/ember-tooling/ember-eslint-parser/pull/91) Bump content tag ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### :house: Internal\n* `ember-eslint-parser`\n * [#90](https://github.com/ember-tooling/ember-eslint-parser/pull/90) Update repository url in package.json ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### Committers: 1\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n"
16+
"description": "## Release (2024-09-16)\n\nember-eslint-parser 0.5.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#95](https://github.com/ember-tooling/ember-eslint-parser/pull/95) chore: dont pin eslint-parser, allow eslint 9 ([@Techn1x](https://github.com/Techn1x))\n * [#93](https://github.com/ember-tooling/ember-eslint-parser/pull/93) Add missing parser metadata ([@yannbertrand](https://github.com/yannbertrand))\n\n#### Committers: 2\n- Brad Overton ([@Techn1x](https://github.com/Techn1x))\n- Yann Bertrand ([@yannbertrand](https://github.com/yannbertrand))\n"
2117
}

CHANGELOG.md

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

3+
## Release (2024-09-16)
4+
5+
ember-eslint-parser 0.5.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-eslint-parser`
9+
* [#95](https://github.com/ember-tooling/ember-eslint-parser/pull/95) chore: dont pin eslint-parser, allow eslint 9 ([@Techn1x](https://github.com/Techn1x))
10+
* [#93](https://github.com/ember-tooling/ember-eslint-parser/pull/93) Add missing parser metadata ([@yannbertrand](https://github.com/yannbertrand))
11+
12+
#### Committers: 2
13+
- Brad Overton ([@Techn1x](https://github.com/Techn1x))
14+
- Yann Bertrand ([@yannbertrand](https://github.com/yannbertrand))
15+
316
## Release (2024-07-05)
417

518
ember-eslint-parser 0.5.0 (minor)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-eslint-parser",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "",
55
"keywords": [],
66
"repository": {

0 commit comments

Comments
 (0)