We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605b80d commit 9c96097Copy full SHA for 9c96097
CHANGELOG.md
@@ -5,6 +5,15 @@
5
6
7
8
+
9
+## v4.5.7 (2021-12-13)
10
11
+#### :house: Internal
12
+* [#1840](https://github.com/emberjs/ember-inspector/pull/1840) Disable more flaky tests ([@rwwagner90](https://github.com/rwwagner90))
13
14
+#### Committers: 1
15
+- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90))
16
17
## v4.5.6 (2021-12-13)
18
19
#### :house: Internal
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ember-inspector",
3
- "version": "4.5.6",
+ "version": "4.5.7",
4
"description": "Extends developer tools to allow you to better inspect your Ember.js apps.",
"repository": "https://github.com/emberjs/ember-inspector",
"license": "MIT",
0 commit comments