Skip to content

Commit 3b025df

Browse files
Release 4.10.4
1 parent 30957f2 commit 3b025df

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

88

99

10+
11+
## v4.10.4 (2023-11-27)
12+
13+
#### :bug: Bug Fix
14+
* [#2505](https://github.com/emberjs/ember-inspector/pull/2505) fix lazy routes debug ([@patricklx](https://github.com/patricklx))
15+
* [#2517](https://github.com/emberjs/ember-inspector/pull/2517) [firefox] set access permissions for all websites ([@patricklx](https://github.com/patricklx))
16+
17+
#### Committers: 1
18+
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
19+
1020
## v4.10.3 (2023-11-14)
1121

1222
#### :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.10.3",
3+
"version": "4.10.4",
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)