Skip to content

Commit

Permalink
Release 4.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Nov 12, 2023
1 parent 7d1208b commit 8d269b7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@




## v4.10.1 (2023-11-12)

#### :bug: Bug Fix
* [#2501](https://github.com/emberjs/ember-inspector/pull/2501) correctly load scripts in chrome & firefox ([@patricklx](https://github.com/patricklx))
* [#2503](https://github.com/emberjs/ember-inspector/pull/2503) fix inspecting ember data records ([@patricklx](https://github.com/patricklx))
* [#2499](https://github.com/emberjs/ember-inspector/pull/2499) fix inspector not showing up in certain cases ([@patricklx](https://github.com/patricklx))
* [#2497](https://github.com/emberjs/ember-inspector/pull/2497) make amd safe ([@patricklx](https://github.com/patricklx))
* [#2495](https://github.com/emberjs/ember-inspector/pull/2495) switch to source-map-js ([@patricklx](https://github.com/patricklx))
* [#2489](https://github.com/emberjs/ember-inspector/pull/2489) Add id for manifest v3 support in Firefox ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
* [#2490](https://github.com/emberjs/ember-inspector/pull/2490) fix some ember names detection ([@patricklx](https://github.com/patricklx))

#### :house: Internal
* [#2494](https://github.com/emberjs/ember-inspector/pull/2494) Update node and pnpm versions ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

#### Committers: 2
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

## v4.10.0 (2023-11-03)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-inspector",
"version": "4.10.0",
"version": "4.10.1",
"description": "Extends developer tools to allow you to better inspect your Ember.js apps.",
"repository": "https://github.com/emberjs/ember-inspector",
"license": "MIT",
Expand Down

0 comments on commit 8d269b7

Please sign in to comment.