Skip to content

Commit bad9e0a

Browse files
Prepare Release v4.15.1 (#2711)
2 parents 0808a05 + 3ce2f7d commit bad9e0a

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

.release-plan.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,18 @@
11
{
22
"solution": {
33
"ember-inspector": {
4-
"impact": "minor",
5-
"oldVersion": "4.14.2",
6-
"newVersion": "4.15.0",
4+
"impact": "patch",
5+
"oldVersion": "4.15.0",
6+
"newVersion": "4.15.1",
77
"tagName": "latest",
88
"constraints": [
9-
{
10-
"impact": "minor",
11-
"reason": "Appears in changelog section :rocket: Enhancement"
12-
},
139
{
1410
"impact": "patch",
1511
"reason": "Appears in changelog section :bug: Bug Fix"
16-
},
17-
{
18-
"impact": "patch",
19-
"reason": "Appears in changelog section :house: Internal"
2012
}
2113
],
2214
"pkgJSONPath": "./package.json"
2315
}
2416
},
25-
"description": "## Release (2025-11-19)\n\n* ember-inspector 4.15.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-inspector`\n * [#2694](https://github.com/emberjs/ember-inspector/pull/2694) link to legacy inspector support docs ([@patricklx](https://github.com/patricklx))\n\n#### :bug: Bug Fix\n* `ember-inspector`\n * [#2691](https://github.com/emberjs/ember-inspector/pull/2691) fix data tab not showing models ([@patricklx](https://github.com/patricklx))\n * [#2703](https://github.com/emberjs/ember-inspector/pull/2703) regression: fix _backburner access ([@patricklx](https://github.com/patricklx))\n * [#2705](https://github.com/emberjs/ember-inspector/pull/2705) fix whats new for nightly ([@patricklx](https://github.com/patricklx))\n * [#2689](https://github.com/emberjs/ember-inspector/pull/2689) fix loading race condition ([@patricklx](https://github.com/patricklx))\n * [#2700](https://github.com/emberjs/ember-inspector/pull/2700) add a optional chaining operator for accessing getOwner on application ([@mansona](https://github.com/mansona))\n * [#2702](https://github.com/emberjs/ember-inspector/pull/2702) add back iframe (without src) support ([@patricklx](https://github.com/patricklx))\n * [#2692](https://github.com/emberjs/ember-inspector/pull/2692) fix whats new ([@patricklx](https://github.com/patricklx))\n\n#### :house: Internal\n* `ember-inspector`\n * [#2708](https://github.com/emberjs/ember-inspector/pull/2708) update release-plan workflows to new format ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n"
17+
"description": "## Release (2026-02-18)\n\n* ember-inspector 4.15.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-inspector`\n * [#2710](https://github.com/emberjs/ember-inspector/pull/2710) Remove vestigial options.html page ([@trek](https://github.com/trek))\n\n#### Committers: 1\n- Trek Glowacki ([@trek](https://github.com/trek))\n"
2618
}

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 (2026-02-18)
4+
5+
* ember-inspector 4.15.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-inspector`
9+
* [#2710](https://github.com/emberjs/ember-inspector/pull/2710) Remove vestigial options.html page ([@trek](https://github.com/trek))
10+
11+
#### Committers: 1
12+
- Trek Glowacki ([@trek](https://github.com/trek))
13+
314
## Release (2025-11-19)
415

516
* ember-inspector 4.15.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": "ember-inspector",
3-
"version": "4.15.0",
3+
"version": "4.15.1",
44
"description": "Extends developer tools to allow you to better inspect your Ember.js apps.",
55
"repository": "https://github.com/emberjs/ember-inspector",
66
"license": "MIT",

0 commit comments

Comments
 (0)