diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a0f036..c04cfa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ +# [0.2.0-rc.0](https://github.com/cnumr/EcoindexApp/compare/0.1.8-rc.0...0.2.0-rc.0) (2024-09-29) + + +### Bug Fixes + +* win32 sep ([02ae54d](https://github.com/cnumr/EcoindexApp/commit/02ae54dc036e6d300b65267501a89c86ca336dda)) + + +### Reverts + +* Revert "chore: release v0.2.0-rc.0" ([740cc11](https://github.com/cnumr/EcoindexApp/commit/740cc119e89777ba0eee230ca567e56393f28878)) + ## [0.1.8-rc.0](https://github.com/cnumr/EcoindexApp/compare/0.1.7...0.1.8-rc.0) (2024-09-29) diff --git a/package-lock.json b/package-lock.json index 39109c4..eacb606 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ecoindex-app", - "version": "0.1.8-rc.0", + "version": "0.2.0-rc.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ecoindex-app", - "version": "0.1.8-rc.0", + "version": "0.2.0-rc.0", "license": "MIT", "dependencies": { "@electron/remote": "^2.1.2", diff --git a/package.json b/package.json index f16bf3a..c7819a4 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "EcoindexApp", "productName": "EcoindexApp", "private": true, - "version": "0.1.8-rc.0", + "version": "0.2.0-rc.0", "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",