diff --git a/CHANGELOG.md b/CHANGELOG.md index 96ee28a..e82117b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +# [0.3.0-rc.0](https://github.com/cnumr/EcoindexApp/compare/0.2.1...0.3.0-rc.0) (2024-10-07) + + +### Features + +* use `npm root -g` for npmDir ([b4e7bae](https://github.com/cnumr/EcoindexApp/commit/b4e7bae73c48679109e5c69857fe95d4542fba79)) + ## [0.2.1](https://github.com/cnumr/EcoindexApp/compare/0.2.0...0.2.1) (2024-10-07) diff --git a/package-lock.json b/package-lock.json index 5256568..c20d4aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ecoindex-app", - "version": "0.2.1", + "version": "0.3.0-rc.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ecoindex-app", - "version": "0.2.1", + "version": "0.3.0-rc.0", "license": "MIT", "dependencies": { "@electron/remote": "^2.1.2", diff --git a/package.json b/package.json index 3bc272c..ab7082f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "EcoindexApp", "productName": "EcoindexApp", "private": true, - "version": "0.2.1", + "version": "0.3.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",