diff --git a/CHANGELOG.md b/CHANGELOG.md index dc2e03a..35f6975 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ +# [0.3.0-rc.3](https://github.com/cnumr/EcoindexApp/compare/0.3.0-rc.2...0.3.0-rc.3) (2024-10-10) + + +### Bug Fixes + +* bad path for windows ([65b3899](https://github.com/cnumr/EcoindexApp/commit/65b3899c33c1b92e3a356452988d534c6e47ff6c)) + + +### Features + +* auto update for Linux ([29eef3a](https://github.com/cnumr/EcoindexApp/commit/29eef3ad174bf376566bbb3416a55644170d6450)) + # [0.3.0-rc.2](https://github.com/cnumr/EcoindexApp/compare/0.3.0-rc.1...0.3.0-rc.2) (2024-10-09) diff --git a/package-lock.json b/package-lock.json index ec2fdc0..833659a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ecoindex-app", - "version": "0.3.0-rc.2", + "version": "0.3.0-rc.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ecoindex-app", - "version": "0.3.0-rc.2", + "version": "0.3.0-rc.3", "license": "MIT", "dependencies": { "@electron/remote": "^2.1.2", diff --git a/package.json b/package.json index 712db6f..d77115a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "EcoindexApp", "productName": "EcoindexApp", "private": true, - "version": "0.3.0-rc.2", + "version": "0.3.0-rc.3", "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",