Skip to content

Commit

Permalink
Release 4.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Nov 4, 2022
1 parent 81b3914 commit 557ebf8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@




## v4.9.1 (2022-11-04)

#### :bug: Bug Fix
* [#2227](https://github.com/emberjs/ember-inspector/pull/2227) check if ember is loaded via registry ([@patricklx](https://github.com/patricklx))

#### :house: Internal
* [#2215](https://github.com/emberjs/ember-inspector/pull/2215) add context menu test ([@patricklx](https://github.com/patricklx))
* [#2214](https://github.com/emberjs/ember-inspector/pull/2214) test auto scrolling to previewing/pinned ([@patricklx](https://github.com/patricklx))
* [#2219](https://github.com/emberjs/ember-inspector/pull/2219) update vertical-collection & ember-table ([@patricklx](https://github.com/patricklx))
* [#2216](https://github.com/emberjs/ember-inspector/pull/2216) add minimal data debug test ([@patricklx](https://github.com/patricklx))
* [#2213](https://github.com/emberjs/ember-inspector/pull/2213) test injection with content&background script ([@patricklx](https://github.com/patricklx))
* [#2203](https://github.com/emberjs/ember-inspector/pull/2203) fix publishing firefox ([@patricklx](https://github.com/patricklx))

#### Committers: 1
- Patrick Pircher ([@patricklx](https://github.com/patricklx))

## v4.9.0 (2022-10-23)

#### :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.9.0",
"version": "4.9.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 557ebf8

Please sign in to comment.