Skip to content

Commit

Permalink
Release 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed May 21, 2021
1 parent c587830 commit ec9571e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## v4.4.0 (2021-05-21)

#### :rocket: Enhancement
* [#1577](https://github.com/emberjs/ember-inspector/pull/1577) Add app config tab ([@hannakim91](https://github.com/hannakim91))

#### :bug: Bug Fix
* [#1493](https://github.com/emberjs/ember-inspector/pull/1493) Change message type to switch to components route ([@rwwagner90](https://github.com/rwwagner90))

#### :house: Internal
* [#1592](https://github.com/emberjs/ember-inspector/pull/1592) Start on eslint-plugin-ember 10 updates ([@rwwagner90](https://github.com/rwwagner90))
* [#1591](https://github.com/emberjs/ember-inspector/pull/1591) Fix some template lint issues ([@rwwagner90](https://github.com/rwwagner90))
* [#1590](https://github.com/emberjs/ember-inspector/pull/1590) Fix no-invalid-interactive ([@rwwagner90](https://github.com/rwwagner90))
* [#1559](https://github.com/emberjs/ember-inspector/pull/1559) ember lookup util ([@lifeart](https://github.com/lifeart))
* [#1535](https://github.com/emberjs/ember-inspector/pull/1535) Use `requireModule('ember')` instead of `window.Ember` ([@rwwagner90](https://github.com/rwwagner90))
* [#1528](https://github.com/emberjs/ember-inspector/pull/1528) Run dependabot less often ([@sandstrom](https://github.com/sandstrom))

#### Committers: 5
- Alex Kanunnikov ([@lifeart](https://github.com/lifeart))
- Hanna (she/her) ([@hannakim91](https://github.com/hannakim91))
- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
- [@sandstrom](https://github.com/sandstrom)

## v4.3.5 (2021-03-10)

#### :bug: Bug Fix
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.3.5",
"version": "4.4.0",
"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 ec9571e

Please sign in to comment.