From 8fec54528cc2dae34ede14bd4def7c9fb1c76275 Mon Sep 17 00:00:00 2001 From: Renaud Heluin Date: Sun, 1 Sep 2024 08:58:56 +0200 Subject: [PATCH] chore: release v1.3.40 --- electron-app/ecoindex-app/CHANGELOG.md | 12 ++++++++++++ electron-app/ecoindex-app/package-lock.json | 4 ++-- electron-app/ecoindex-app/package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/electron-app/ecoindex-app/CHANGELOG.md b/electron-app/ecoindex-app/CHANGELOG.md index cba385a..05fc30c 100644 --- a/electron-app/ecoindex-app/CHANGELOG.md +++ b/electron-app/ecoindex-app/CHANGELOG.md @@ -1,5 +1,17 @@ +## [1.3.40](https://github.com/cnumr/lighthouse-plugin-ecoindex/compare/electron-v1.3.39...electron-v1.3.40) (2024-09-01) + + +### Bug Fixes + +* add pupeeteer free version Nouvelle initialisation de l'application [#47](https://github.com/cnumr/lighthouse-plugin-ecoindex/issues/47) ([c1e163e](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/c1e163e9c7353892f9556daea9717b8c197599a7)) + + +### Features + +* change timer befor reload Nouvelle initialisation de l'application [#47](https://github.com/cnumr/lighthouse-plugin-ecoindex/issues/47) ([4ba1990](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/4ba1990ba37d2e7e9fe90d1dbb650b2c216979c4)) + ## [1.3.39](https://github.com/cnumr/lighthouse-plugin-ecoindex/compare/electron-v1.3.38...electron-v1.3.39) (2024-09-01) diff --git a/electron-app/ecoindex-app/package-lock.json b/electron-app/ecoindex-app/package-lock.json index 1f0bbb2..3ec0465 100644 --- a/electron-app/ecoindex-app/package-lock.json +++ b/electron-app/ecoindex-app/package-lock.json @@ -1,12 +1,12 @@ { "name": "ecoindex-app", - "version": "1.3.39", + "version": "1.3.40", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ecoindex-app", - "version": "1.3.39", + "version": "1.3.40", "license": "MIT", "dependencies": { "@electron/remote": "^2.1.2", diff --git a/electron-app/ecoindex-app/package.json b/electron-app/ecoindex-app/package.json index 43960bc..57c593c 100644 --- a/electron-app/ecoindex-app/package.json +++ b/electron-app/ecoindex-app/package.json @@ -3,7 +3,7 @@ "displayName": "EcoindexApp", "productName": "EcoindexApp", "private": true, - "version": "1.3.39", + "version": "1.3.40", "description": "An application to measures 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",