Skip to content

Commit eeb1d04

Browse files
committed
Release 4.5.9
1 parent d6d4cbb commit eeb1d04

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@
77

88

99

10+
## v4.5.9 (2021-12-15)
11+
12+
#### :bug: Bug Fix
13+
* [#1845](https://github.com/emberjs/ember-inspector/pull/1845) Fix setting _lastPromise computed deprecation ([@rwwagner90](https://github.com/rwwagner90))
14+
* [#1844](https://github.com/emberjs/ember-inspector/pull/1844) Fix ember-debug imports ([@rwwagner90](https://github.com/rwwagner90))
15+
16+
#### :house: Internal
17+
* [#1847](https://github.com/emberjs/ember-inspector/pull/1847) Fix chrome publishing again ([@chancancode](https://github.com/chancancode))
18+
* [#1846](https://github.com/emberjs/ember-inspector/pull/1846) Enable ember/require-tagless-components ([@rwwagner90](https://github.com/rwwagner90))
19+
20+
#### Committers: 2
21+
- Godfrey Chan ([@chancancode](https://github.com/chancancode))
22+
- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90))
23+
1024
## v4.5.8 (2021-12-14)
1125

1226
#### :house: Internal

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