Skip to content

Commit 8fbf4f6

Browse files
Merge pull request #117 from ember-tooling/release-preview
Prepare Release
2 parents ff785cf + 70af8c7 commit 8fbf4f6

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

.release-plan.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@
22
"solution": {
33
"ember-eslint-parser": {
44
"impact": "patch",
5-
"oldVersion": "0.5.6",
6-
"newVersion": "0.5.7",
5+
"oldVersion": "0.5.7",
6+
"newVersion": "0.5.8",
77
"constraints": [
88
{
99
"impact": "patch",
1010
"reason": "Appears in changelog section :bug: Bug Fix"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :house: Internal"
1115
}
1216
],
1317
"pkgJSONPath": "./package.json"
1418
}
1519
},
16-
"description": "## Release (2024-12-01)\n\nember-eslint-parser 0.5.7 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#114](https://github.com/ember-tooling/ember-eslint-parser/pull/114) Define `preprocess` as `undefined` ([@MrChocolatine](https://github.com/MrChocolatine))\n\n#### Committers: 1\n- [@MrChocolatine](https://github.com/MrChocolatine)\n"
20+
"description": "## Release (2025-01-15)\n\nember-eslint-parser 0.5.8 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#118](https://github.com/ember-tooling/ember-eslint-parser/pull/118) Fix resolving of peer deps ([@simonihmig](https://github.com/simonihmig))\n\n#### :house: Internal\n* `ember-eslint-parser`\n * [#116](https://github.com/ember-tooling/ember-eslint-parser/pull/116) Tests for TS flat-config ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1721
}

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 (2025-01-15)
4+
5+
ember-eslint-parser 0.5.8 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-eslint-parser`
9+
* [#118](https://github.com/ember-tooling/ember-eslint-parser/pull/118) Fix resolving of peer deps ([@simonihmig](https://github.com/simonihmig))
10+
11+
#### :house: Internal
12+
* `ember-eslint-parser`
13+
* [#116](https://github.com/ember-tooling/ember-eslint-parser/pull/116) Tests for TS flat-config ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
15+
#### Committers: 2
16+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
17+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
18+
319
## Release (2024-12-01)
420

521
ember-eslint-parser 0.5.7 (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.7",
3+
"version": "0.5.8",
44
"description": "",
55
"keywords": [],
66
"repository": {

0 commit comments

Comments
 (0)