diff --git a/electron-app/ecoindex-app/CHANGELOG.md b/electron-app/ecoindex-app/CHANGELOG.md index b7fe155f..27ee8640 100644 --- a/electron-app/ecoindex-app/CHANGELOG.md +++ b/electron-app/ecoindex-app/CHANGELOG.md @@ -1,5 +1,17 @@ +## [1.3.29](https://github.com/cnumr/lighthouse-plugin-ecoindex/compare/electron-v1.3.28...electron-v1.3.29) (2024-08-31) + + +### Bug Fixes + +* reduce chown cmd Nouvelle initialisation de l'application [#47](https://github.com/cnumr/lighthouse-plugin-ecoindex/issues/47) ([74c53aa](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/74c53aada5fb101aee7432f13305089fa0989062)) + + +### Features + +* better display initialization datas in console Nouvelle initialisation de l'application [#47](https://github.com/cnumr/lighthouse-plugin-ecoindex/issues/47) ([7d53256](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/7d532562e10973e660727a88c4c3245a79d1b6fe)) + ## [1.3.28](https://github.com/cnumr/lighthouse-plugin-ecoindex/compare/electron-v1.3.27...electron-v1.3.28) (2024-08-31) diff --git a/electron-app/ecoindex-app/package-lock.json b/electron-app/ecoindex-app/package-lock.json index 2edf3644..4608edec 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.28", + "version": "1.3.29", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ecoindex-app", - "version": "1.3.28", + "version": "1.3.29", "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 cc8e8b3f..d93c367c 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.28", + "version": "1.3.29", "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",