Skip to content

Commit a1d12e9

Browse files
Merge pull request #100 from ember-tooling/release-preview
Prepare Release
2 parents f35b384 + 746386a commit a1d12e9

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"ember-eslint-parser": {
44
"impact": "patch",
5-
"oldVersion": "0.5.0",
6-
"newVersion": "0.5.1",
5+
"oldVersion": "0.5.1",
6+
"newVersion": "0.5.2",
77
"constraints": [
88
{
99
"impact": "patch",
@@ -13,5 +13,5 @@
1313
"pkgJSONPath": "./package.json"
1414
}
1515
},
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"
16+
"description": "## Release (2024-09-25)\n\nember-eslint-parser 0.5.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#99](https://github.com/ember-tooling/ember-eslint-parser/pull/99) note about multiple versions ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n"
1717
}

CHANGELOG.md

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

3+
## Release (2024-09-25)
4+
5+
ember-eslint-parser 0.5.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-eslint-parser`
9+
* [#99](https://github.com/ember-tooling/ember-eslint-parser/pull/99) note about multiple versions ([@patricklx](https://github.com/patricklx))
10+
11+
#### Committers: 1
12+
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
13+
314
## Release (2024-09-16)
415

516
ember-eslint-parser 0.5.1 (patch)

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.1",
3+
"version": "0.5.2",
44
"description": "",
55
"keywords": [],
66
"repository": {

0 commit comments

Comments
 (0)