Skip to content

Commit 5a8810c

Browse files
Merge pull request #2292 from ember-cli/release-preview
Prepare Release
2 parents 34b70c1 + 896b45c commit 5a8810c

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

.release-plan.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,16 @@
22
"solution": {
33
"eslint-plugin-ember": {
44
"impact": "minor",
5-
"oldVersion": "12.4.0",
6-
"newVersion": "12.5.0",
5+
"oldVersion": "12.5.0",
6+
"newVersion": "12.6.0",
77
"constraints": [
88
{
99
"impact": "minor",
1010
"reason": "Appears in changelog section :rocket: Enhancement"
11-
},
12-
{
13-
"impact": "patch",
14-
"reason": "Appears in changelog section :house: Internal"
1511
}
1612
],
1713
"pkgJSONPath": "./package.json"
1814
}
1915
},
20-
"description": "## Release (2025-01-30)\n\neslint-plugin-ember 12.5.0 (minor)\n\n#### :rocket: Enhancement\n* `eslint-plugin-ember`\n * [#2251](https://github.com/ember-cli/eslint-plugin-ember/pull/2251) Force bump the parser to latest, 0.5.9 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `eslint-plugin-ember`\n * [#2252](https://github.com/ember-cli/eslint-plugin-ember/pull/2252) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 2\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
16+
"description": "## Release (2025-07-12)\n\neslint-plugin-ember 12.6.0 (minor)\n\n#### :rocket: Enhancement\n* `eslint-plugin-ember`\n * [#2306](https://github.com/ember-cli/eslint-plugin-ember/pull/2306) Add names for the eslint-inspector ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2117
}

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 (2025-07-12)
4+
5+
eslint-plugin-ember 12.6.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `eslint-plugin-ember`
9+
* [#2306](https://github.com/ember-cli/eslint-plugin-ember/pull/2306) Add names for the eslint-inspector ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
314
## Release (2025-01-30)
415

516
eslint-plugin-ember 12.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": "eslint-plugin-ember",
3-
"version": "12.5.0",
3+
"version": "12.6.0",
44
"description": "ESLint plugin for Ember.js apps",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)