Skip to content

Commit 855f159

Browse files
bmishgithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent 8f17543 commit 855f159

File tree

3 files changed

+26
-8
lines changed

3 files changed

+26
-8
lines changed

.release-plan.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"solution": {
33
"eslint-plugin-ember": {
4-
"impact": "minor",
5-
"oldVersion": "12.6.0",
6-
"newVersion": "12.7.0",
4+
"impact": "patch",
5+
"oldVersion": "12.7.0",
6+
"newVersion": "12.7.1",
77
"constraints": [
88
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :bug: Bug Fix"
1111
},
1212
{
1313
"impact": "patch",
14-
"reason": "Appears in changelog section :bug: Bug Fix"
14+
"reason": "Appears in changelog section :memo: Documentation"
1515
}
1616
],
1717
"pkgJSONPath": "./package.json"
1818
}
1919
},
20-
"description": "## Release (2025-07-24)\n\neslint-plugin-ember 12.7.0 (minor)\n\n#### :rocket: Enhancement\n* `eslint-plugin-ember`\n * [#2282](https://github.com/ember-cli/eslint-plugin-ember/pull/2282) Add no-builtin-form-components rule ([@wagenet](https://github.com/wagenet))\n\n#### :bug: Bug Fix\n* `eslint-plugin-ember`\n * [#2308](https://github.com/ember-cli/eslint-plugin-ember/pull/2308) fix: disallow extra properties in rule options ([@andreww2012](https://github.com/andreww2012))\n\n#### Committers: 2\n- Andrew Kazakov ([@andreww2012](https://github.com/andreww2012))\n- Peter Wagenet ([@wagenet](https://github.com/wagenet))\n"
20+
"description": "## Release (2025-08-22)\n\neslint-plugin-ember 12.7.1 (patch)\n\n#### :bug: Bug Fix\n* `eslint-plugin-ember`\n * [#2320](https://github.com/ember-cli/eslint-plugin-ember/pull/2320) fix: `no-array-prototype-extensions` rule to lint against `setObjects()` ([@MrChocolatine](https://github.com/MrChocolatine))\n * [#2315](https://github.com/ember-cli/eslint-plugin-ember/pull/2315) fix: no-runloop: catch namespace imports ([@Geodewd549](https://github.com/Geodewd549))\n\n#### :memo: Documentation\n* `eslint-plugin-ember`\n * [#2313](https://github.com/ember-cli/eslint-plugin-ember/pull/2313) Remove name from CHANGELOG ([@rmachielse](https://github.com/rmachielse))\n\n#### Committers: 3\n- Richard ([@rmachielse](https://github.com/rmachielse))\n- [@Geodewd549](https://github.com/Geodewd549)\n- [@MrChocolatine](https://github.com/MrChocolatine)\n"
2121
}

CHANGELOG.md

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

3+
## Release (2025-08-22)
4+
5+
eslint-plugin-ember 12.7.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `eslint-plugin-ember`
9+
* [#2320](https://github.com/ember-cli/eslint-plugin-ember/pull/2320) fix: `no-array-prototype-extensions` rule to lint against `setObjects()` ([@MrChocolatine](https://github.com/MrChocolatine))
10+
* [#2315](https://github.com/ember-cli/eslint-plugin-ember/pull/2315) fix: no-runloop: catch namespace imports ([@Geodewd549](https://github.com/Geodewd549))
11+
12+
#### :memo: Documentation
13+
* `eslint-plugin-ember`
14+
* [#2313](https://github.com/ember-cli/eslint-plugin-ember/pull/2313) Remove name from CHANGELOG ([@rmachielse](https://github.com/rmachielse))
15+
16+
#### Committers: 3
17+
- Richard ([@rmachielse](https://github.com/rmachielse))
18+
- [@Geodewd549](https://github.com/Geodewd549)
19+
- [@MrChocolatine](https://github.com/MrChocolatine)
20+
321
## Release (2025-07-24)
422

523
eslint-plugin-ember 12.7.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.7.0",
3+
"version": "12.7.1",
44
"description": "ESLint plugin for Ember.js apps",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)