diff --git a/electron-app/ecoindex-app/CHANGELOG.md b/electron-app/ecoindex-app/CHANGELOG.md index 542a015..1a00f92 100644 --- a/electron-app/ecoindex-app/CHANGELOG.md +++ b/electron-app/ecoindex-app/CHANGELOG.md @@ -1,5 +1,12 @@ +## [1.3.24](https://github.com/cnumr/lighthouse-plugin-ecoindex/compare/electron-v1.3.23...electron-v1.3.24) (2024-08-31) + + +### Bug Fixes + +* baddly handling error on fixing rights Nouvelle initialisation de l'application [#47](https://github.com/cnumr/lighthouse-plugin-ecoindex/issues/47) ([adb3fa4](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/adb3fa474a303e77cc685d75f2c1637828e89faa)) + ## [1.3.23](https://github.com/cnumr/lighthouse-plugin-ecoindex/compare/electron-v1.3.22...electron-v1.3.23) (2024-08-31) diff --git a/electron-app/ecoindex-app/package-lock.json b/electron-app/ecoindex-app/package-lock.json index eb82be4..82d0b7f 100644 --- a/electron-app/ecoindex-app/package-lock.json +++ b/electron-app/ecoindex-app/package-lock.json @@ -1,12 +1,12 @@ { "name": "ecoindex-app", - "version": "1.3.23", + "version": "1.3.24", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ecoindex-app", - "version": "1.3.23", + "version": "1.3.24", "license": "MIT", "dependencies": { "@electron/remote": "^2.1.2", diff --git a/electron-app/ecoindex-app/package.json b/electron-app/ecoindex-app/package.json index 9b9267e..1847454 100644 --- a/electron-app/ecoindex-app/package.json +++ b/electron-app/ecoindex-app/package.json @@ -3,7 +3,7 @@ "displayName": "EcoindexApp", "productName": "EcoindexApp", "private": true, - "version": "1.3.23", + "version": "1.3.24", "description": "An application to measures the ecological impact of a website with LightHouse and Ecoindex.", "homepage": "https://github.com/cnumr/lighthouse-plugin-ecoindex#readme", "bugs": "https://github.com/cnumr/lighthouse-plugin-ecoindex/issues",