diff --git a/CHANGELOG.md b/CHANGELOG.md index d7c638d..22cb88c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +# [0.3.0-rc.8](https://github.com/cnumr/EcoindexApp/compare/0.3.0-rc.7...0.3.0-rc.8) (2024-10-15) + + +### Bug Fixes + +* try fixing on Windows ([9a86b34](https://github.com/cnumr/EcoindexApp/commit/9a86b3495698597340e6a0d726b669ccc06dd8cf)) + # [0.3.0-rc.7](https://github.com/cnumr/EcoindexApp/compare/0.3.0-rc.6...0.3.0-rc.7) (2024-10-14) diff --git a/package-lock.json b/package-lock.json index f287783..8a4f894 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ecoindex-app", - "version": "0.3.0-rc.7", + "version": "0.3.0-rc.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ecoindex-app", - "version": "0.3.0-rc.7", + "version": "0.3.0-rc.8", "license": "MIT", "dependencies": { "@electron/remote": "^2.1.2", diff --git a/package.json b/package.json index 766aeef..b84c943 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "EcoindexApp", "productName": "EcoindexApp", "private": true, - "version": "0.3.0-rc.7", + "version": "0.3.0-rc.8", "description": "An application to measures the ecological impact of a website with LightHouse and Ecoindex.", "homepage": "https://github.com/cnumr/EcoindexApp#readme", "bugs": "https://github.com/cnumr/EcoindexApp/issues",