From 9c14258bc258a5d6c3a09e57406577934b5028b5 Mon Sep 17 00:00:00 2001 From: hrenaud Date: Fri, 2 Aug 2024 17:08:46 +0000 Subject: [PATCH] chore: release v1.2.1-rc.3 --- electron-app/ecoindex-app/CHANGELOG.md | 7 +++++++ electron-app/ecoindex-app/package-lock.json | 4 ++-- electron-app/ecoindex-app/package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/electron-app/ecoindex-app/CHANGELOG.md b/electron-app/ecoindex-app/CHANGELOG.md index bec1ccc..cdff822 100644 --- a/electron-app/ecoindex-app/CHANGELOG.md +++ b/electron-app/ecoindex-app/CHANGELOG.md @@ -1,5 +1,12 @@ +## [1.2.1-rc.3](https://github.com/cnumr/lighthouse-plugin-ecoindex/compare/electron-v1.2.1-rc.2...electron-v1.2.1-rc.3) (2024-08-02) + + +### Bug Fixes + +* typofix ([b052d2f](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/b052d2ff883ee2c178e5f57cbd171ab1f94691a3)) + ## [1.2.1-rc.2](https://github.com/cnumr/lighthouse-plugin-ecoindex/compare/electron-v1.2.1-rc.1...electron-v1.2.1-rc.2) (2024-08-02) diff --git a/electron-app/ecoindex-app/package-lock.json b/electron-app/ecoindex-app/package-lock.json index e5d9145..7872b2e 100644 --- a/electron-app/ecoindex-app/package-lock.json +++ b/electron-app/ecoindex-app/package-lock.json @@ -1,12 +1,12 @@ { "name": "ecoindex-lighthouse", - "version": "1.2.1-rc.2", + "version": "1.2.1-rc.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ecoindex-lighthouse", - "version": "1.2.1-rc.2", + "version": "1.2.1-rc.3", "license": "MIT", "dependencies": { "@radix-ui/react-icons": "^1.3.0", diff --git a/electron-app/ecoindex-app/package.json b/electron-app/ecoindex-app/package.json index 278c67f..7582ff5 100644 --- a/electron-app/ecoindex-app/package.json +++ b/electron-app/ecoindex-app/package.json @@ -3,7 +3,7 @@ "displayName": "EcoindexLighthouse", "productName": "EcoindexLighthouse", "private": true, - "version": "1.2.1-rc.2", + "version": "1.2.1-rc.3", "description": "An application to mesure the ecological impact of a website with LightHouse and Ecoindex.", "homepage": "https://github.com/cnumr/lighthouse-plugin-ecoindex#readme", "bugs": "https://github.com/cnumr/lighthouse-plugin-ecoindex/issues",