diff --git a/CHANGELOG.md b/CHANGELOG.md index 346674f..9a0f036 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ +## [0.1.8-rc.0](https://github.com/cnumr/EcoindexApp/compare/0.1.7...0.1.8-rc.0) (2024-09-29) + + +### Features + +* continue ([ec0a87f](https://github.com/cnumr/EcoindexApp/commit/ec0a87fbd308a3ec02202d87f798ee25c385dd59)) +* optimize initialization ([9b97a02](https://github.com/cnumr/EcoindexApp/commit/9b97a0261df76647de30415ee54a1ef2d3553f27)) +* update custom plugin ([ca2d2bd](https://github.com/cnumr/EcoindexApp/commit/ca2d2bdac3e2b5f538d347f201f6277e5c086ac6)) +* use internal custom plugin ([51ab5c9](https://github.com/cnumr/EcoindexApp/commit/51ab5c9d4868e2c15ee817bd385533a73f35df1a)) +* use of the internal custom plugin ([6e5ba35](https://github.com/cnumr/EcoindexApp/commit/6e5ba355512c754dde91cb9b3291e9dc02c913f1)) + ## [0.1.7](https://github.com/cnumr/EcoindexApp/compare/0.1.6...0.1.7) (2024-09-13) diff --git a/package-lock.json b/package-lock.json index d90d54c..39109c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ecoindex-app", - "version": "0.1.7", + "version": "0.1.8-rc.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ecoindex-app", - "version": "0.1.7", + "version": "0.1.8-rc.0", "license": "MIT", "dependencies": { "@electron/remote": "^2.1.2", diff --git a/package.json b/package.json index 023e127..f16bf3a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "EcoindexApp", "productName": "EcoindexApp", "private": true, - "version": "0.1.7", + "version": "0.1.8-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",