diff --git a/CHANGELOG.md b/CHANGELOG.md index 23fceb7..8d9fb9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [0.1.4](https://github.com/cnumr/EcoindexApp/compare/0.1.3...0.1.4) (2024-09-06) + + +### Bug Fixes + +* error update plugin ([7d56ab3](https://github.com/cnumr/EcoindexApp/commit/7d56ab318dfbc07ba51319ab823747752d4ea7a2)) + ## [0.1.3](https://github.com/cnumr/EcoindexApp/compare/0.1.2...0.1.3) (2024-09-06) diff --git a/package-lock.json b/package-lock.json index 852a85b..80d107f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ecoindex-app", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ecoindex-app", - "version": "0.1.3", + "version": "0.1.4", "license": "MIT", "dependencies": { "@electron/remote": "^2.1.2", diff --git a/package.json b/package.json index 5bdae0d..5f43b12 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "EcoindexApp", "productName": "EcoindexApp", "private": true, - "version": "0.1.3", + "version": "0.1.4", "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",