diff --git a/electron-app/ecoindex-app/CHANGELOG.md b/electron-app/ecoindex-app/CHANGELOG.md index accc9428..e9d7ae57 100644 --- a/electron-app/ecoindex-app/CHANGELOG.md +++ b/electron-app/ecoindex-app/CHANGELOG.md @@ -1,5 +1,13 @@ +## [1.3.35](https://github.com/cnumr/lighthouse-plugin-ecoindex/compare/electron-v1.3.34...electron-v1.3.35) (2024-08-31) + + +### Features + +* better handling Browser error Nouvelle initialisation de l'application [#47](https://github.com/cnumr/lighthouse-plugin-ecoindex/issues/47) ([ed70a2a](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/ed70a2a9729687be4d5132ba71811fd053370f04)) +* try fix not matching Puppeteer version Nouvelle initialisation de l'application [#47](https://github.com/cnumr/lighthouse-plugin-ecoindex/issues/47) ([eafa310](https://github.com/cnumr/lighthouse-plugin-ecoindex/commit/eafa310bf7426b247411d3b7ab1e329a42f19b23)) + ## [1.3.34](https://github.com/cnumr/lighthouse-plugin-ecoindex/compare/electron-v1.3.33...electron-v1.3.34) (2024-08-31) diff --git a/electron-app/ecoindex-app/package-lock.json b/electron-app/ecoindex-app/package-lock.json index b7840d8a..05520fec 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.34", + "version": "1.3.35", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ecoindex-app", - "version": "1.3.34", + "version": "1.3.35", "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 81af2aeb..4faa2b40 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.34", + "version": "1.3.35", "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",