From a8a3ffb846efb8d5d5b21993b59a17cb1ea8ccc6 Mon Sep 17 00:00:00 2001 From: Renaud Heluin Date: Mon, 30 Sep 2024 20:49:09 +0200 Subject: [PATCH] chore: release v0.2.0-rc.3 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa2252b..d0d845c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +# [0.2.0-rc.3](https://github.com/cnumr/EcoindexApp/compare/0.2.0-rc.2...0.2.0-rc.3) (2024-09-30) + + +### Bug Fixes + +* path win32 ([1c98694](https://github.com/cnumr/EcoindexApp/commit/1c986946f453c1030f0406061124ebb073d71c04)) + # [0.2.0-rc.2](https://github.com/cnumr/EcoindexApp/compare/0.2.0-rc.1...0.2.0-rc.2) (2024-09-29) diff --git a/package-lock.json b/package-lock.json index 5d47ec5..22249f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ecoindex-app", - "version": "0.2.0-rc.2", + "version": "0.2.0-rc.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ecoindex-app", - "version": "0.2.0-rc.2", + "version": "0.2.0-rc.3", "license": "MIT", "dependencies": { "@electron/remote": "^2.1.2", diff --git a/package.json b/package.json index 7100997..ee0d757 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "EcoindexApp", "productName": "EcoindexApp", "private": true, - "version": "0.2.0-rc.2", + "version": "0.2.0-rc.3", "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",