From 35814c52f888cf0458f8dd21cf1ebca0e8982958 Mon Sep 17 00:00:00 2001 From: Renaud Heluin Date: Fri, 13 Sep 2024 19:29:18 +0200 Subject: [PATCH] chore: release v0.1.7 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c9b72b..346674f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ +## [0.1.7](https://github.com/cnumr/EcoindexApp/compare/0.1.6...0.1.7) (2024-09-13) + + +### Features + +* add creation folder if missing ([5b461e2](https://github.com/cnumr/EcoindexApp/commit/5b461e238a238ed41bc99803bc812b2177b3e611)) +* change delay before check if update avalaible ([55408af](https://github.com/cnumr/EcoindexApp/commit/55408af65ff6c7a721605d8e3e9e41aaa0d38198)) + ## [0.1.6](https://github.com/cnumr/EcoindexApp/compare/0.1.5...0.1.6) (2024-09-11) diff --git a/package-lock.json b/package-lock.json index 2256495..595d476 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ecoindex-app", - "version": "0.1.6", + "version": "0.1.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ecoindex-app", - "version": "0.1.6", + "version": "0.1.7", "license": "MIT", "dependencies": { "@electron/remote": "^2.1.2", diff --git a/package.json b/package.json index 66a750b..62323b8 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "EcoindexApp", "productName": "EcoindexApp", "private": true, - "version": "0.1.6", + "version": "0.1.7", "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",