diff --git a/CHANGELOG.md b/CHANGELOG.md index 3feae39..5600267 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +# [0.3.0-rc.6](https://github.com/cnumr/EcoindexApp/compare/0.3.0-rc.5...0.3.0-rc.6) (2024-10-14) + + +### Bug Fixes + +* typofix ([ff98e7f](https://github.com/cnumr/EcoindexApp/commit/ff98e7f6804fb68dfb1ae8f23c5110f6d7086b39)) + # [0.3.0-rc.5](https://github.com/cnumr/EcoindexApp/compare/0.3.0-rc.4...0.3.0-rc.5) (2024-10-14) diff --git a/package-lock.json b/package-lock.json index 08990cd..ab98e35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ecoindex-app", - "version": "0.3.0-rc.5", + "version": "0.3.0-rc.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ecoindex-app", - "version": "0.3.0-rc.5", + "version": "0.3.0-rc.6", "license": "MIT", "dependencies": { "@electron/remote": "^2.1.2", diff --git a/package.json b/package.json index 9ab4676..40971fa 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "EcoindexApp", "productName": "EcoindexApp", "private": true, - "version": "0.3.0-rc.5", + "version": "0.3.0-rc.6", "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",