Skip to content

Commit ffd48b3

Browse files
Prepare Release using 'release-plan' (#2333)
Co-authored-by: bmish <[email protected]>
1 parent e6674fa commit ffd48b3

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,9 +2,13 @@
22
"solution": {
33
"eslint-plugin-ember": {
44
"impact": "patch",
5-
"oldVersion": "12.7.2",
6-
"newVersion": "12.7.3",
5+
"oldVersion": "12.7.3",
6+
"newVersion": "12.7.4",
77
"constraints": [
8+
{
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :bug: Bug Fix"
11+
},
812
{
913
"impact": "patch",
1014
"reason": "Appears in changelog section :house: Internal"
@@ -13,5 +17,5 @@
1317
"pkgJSONPath": "./package.json"
1418
}
1519
},
16-
"description": "## Release (2025-08-22)\n\neslint-plugin-ember 12.7.3 (patch)\n\n#### :house: Internal\n* `eslint-plugin-ember`\n * [#2323](https://github.com/ember-cli/eslint-plugin-ember/pull/2323) chore: add npm provenance to publishing (second attempt) ([@bmish](https://github.com/bmish))\n\n#### Committers: 1\n- Bryan Mishkin ([@bmish](https://github.com/bmish))\n"
20+
"description": "## Release (2025-09-14)\n\neslint-plugin-ember 12.7.4 (patch)\n\n#### :bug: Bug Fix\n* `eslint-plugin-ember`\n * [#2331](https://github.com/ember-cli/eslint-plugin-ember/pull/2331) fix: Ignore `findBy` calls from `ember-cli-mirage` in `no-array-prototype-extensions` ([@VasylMarchuk](https://github.com/VasylMarchuk))\n\n#### :house: Internal\n* `eslint-plugin-ember`\n * [#2332](https://github.com/ember-cli/eslint-plugin-ember/pull/2332) chore: try actions/setup-node before pnpm/action-setup ([@bmish](https://github.com/bmish))\n\n#### Committers: 2\n- Bryan Mishkin ([@bmish](https://github.com/bmish))\n- Vasyl Marchuk ([@VasylMarchuk](https://github.com/VasylMarchuk))\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-09-14)
4+
5+
eslint-plugin-ember 12.7.4 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `eslint-plugin-ember`
9+
* [#2331](https://github.com/ember-cli/eslint-plugin-ember/pull/2331) fix: Ignore `findBy` calls from `ember-cli-mirage` in `no-array-prototype-extensions` ([@VasylMarchuk](https://github.com/VasylMarchuk))
10+
11+
#### :house: Internal
12+
* `eslint-plugin-ember`
13+
* [#2332](https://github.com/ember-cli/eslint-plugin-ember/pull/2332) chore: try actions/setup-node before pnpm/action-setup ([@bmish](https://github.com/bmish))
14+
15+
#### Committers: 2
16+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
17+
- Vasyl Marchuk ([@VasylMarchuk](https://github.com/VasylMarchuk))
18+
319
## Release (2025-08-22)
420

521
eslint-plugin-ember 12.7.3 (patch)

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

0 commit comments

Comments
 (0)