From 3b025df0ad7d16162ef34fbfc8d41622b0e474c1 Mon Sep 17 00:00:00 2001 From: Robbie Wagner Date: Mon, 27 Nov 2023 08:36:27 -0500 Subject: [PATCH] Release 4.10.4 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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",