diff --git a/CHANGELOG.md b/CHANGELOG.md index 487fea84db..ab3a6ccb59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ + +## v4.10.4 (2023-11-27) + +#### :bug: Bug Fix +* [#2505](https://github.com/emberjs/ember-inspector/pull/2505) fix lazy routes debug ([@patricklx](https://github.com/patricklx)) +* [#2517](https://github.com/emberjs/ember-inspector/pull/2517) [firefox] set access permissions for all websites ([@patricklx](https://github.com/patricklx)) + +#### Committers: 1 +- Patrick Pircher ([@patricklx](https://github.com/patricklx)) + ## v4.10.3 (2023-11-14) #### :house: Internal diff --git a/package.json b/package.json index 7a9d060791..4a2155632b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-inspector", - "version": "4.10.3", + "version": "4.10.4", "description": "Extends developer tools to allow you to better inspect your Ember.js apps.", "repository": "https://github.com/emberjs/ember-inspector", "license": "MIT",