diff --git a/electron-app/ecoindex-app/CHANGELOG.md b/electron-app/ecoindex-app/CHANGELOG.md index d9a8d84..92b8918 100644 --- a/electron-app/ecoindex-app/CHANGELOG.md +++ b/electron-app/ecoindex-app/CHANGELOG.md @@ -1,5 +1,12 @@ +## [1.2.1-rc.8](https://github.com/cnumr/lighthouse-plugin-ecoindex/compare/electron-v1.2.1-rc.7...electron-v1.2.1-rc.8) (2024-08-02) + + +### Features + +* build on GitHub, tryning to fix appdmg ([2179f40](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/2179f40dd8fa775e129bdfc5de25ed5f5f0fdc3c)) + ## [1.2.1-rc.7](https://github.com/cnumr/lighthouse-plugin-ecoindex/compare/electron-v1.2.1-rc.6...electron-v1.2.1-rc.7) (2024-08-02) diff --git a/electron-app/ecoindex-app/package-lock.json b/electron-app/ecoindex-app/package-lock.json index ae0156c..86ac9b4 100644 --- a/electron-app/ecoindex-app/package-lock.json +++ b/electron-app/ecoindex-app/package-lock.json @@ -1,12 +1,12 @@ { "name": "ecoindex-lighthouse", - "version": "1.2.1-rc.7", + "version": "1.2.1-rc.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ecoindex-lighthouse", - "version": "1.2.1-rc.7", + "version": "1.2.1-rc.8", "license": "MIT", "dependencies": { "@radix-ui/react-icons": "^1.3.0", diff --git a/electron-app/ecoindex-app/package.json b/electron-app/ecoindex-app/package.json index fa75e46..a178cb6 100644 --- a/electron-app/ecoindex-app/package.json +++ b/electron-app/ecoindex-app/package.json @@ -3,7 +3,7 @@ "displayName": "EcoindexLighthouse", "productName": "EcoindexLighthouse", "private": true, - "version": "1.2.1-rc.7", + "version": "1.2.1-rc.8", "description": "An application to mesure 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",