Skip to content

Commit ec9571e

Browse files
Release 4.4.0
1 parent c587830 commit ec9571e

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## v4.4.0 (2021-05-21)
2+
3+
#### :rocket: Enhancement
4+
* [#1577](https://github.com/emberjs/ember-inspector/pull/1577) Add app config tab ([@hannakim91](https://github.com/hannakim91))
5+
6+
#### :bug: Bug Fix
7+
* [#1493](https://github.com/emberjs/ember-inspector/pull/1493) Change message type to switch to components route ([@rwwagner90](https://github.com/rwwagner90))
8+
9+
#### :house: Internal
10+
* [#1592](https://github.com/emberjs/ember-inspector/pull/1592) Start on eslint-plugin-ember 10 updates ([@rwwagner90](https://github.com/rwwagner90))
11+
* [#1591](https://github.com/emberjs/ember-inspector/pull/1591) Fix some template lint issues ([@rwwagner90](https://github.com/rwwagner90))
12+
* [#1590](https://github.com/emberjs/ember-inspector/pull/1590) Fix no-invalid-interactive ([@rwwagner90](https://github.com/rwwagner90))
13+
* [#1559](https://github.com/emberjs/ember-inspector/pull/1559) ember lookup util ([@lifeart](https://github.com/lifeart))
14+
* [#1535](https://github.com/emberjs/ember-inspector/pull/1535) Use `requireModule('ember')` instead of `window.Ember` ([@rwwagner90](https://github.com/rwwagner90))
15+
* [#1528](https://github.com/emberjs/ember-inspector/pull/1528) Run dependabot less often ([@sandstrom](https://github.com/sandstrom))
16+
17+
#### Committers: 5
18+
- Alex Kanunnikov ([@lifeart](https://github.com/lifeart))
19+
- Hanna (she/her) ([@hannakim91](https://github.com/hannakim91))
20+
- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90))
21+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
22+
- [@sandstrom](https://github.com/sandstrom)
23+
124
## v4.3.5 (2021-03-10)
225

326
#### :bug: Bug Fix

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.3.5",
3+
"version": "4.4.0",
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)