From 9e9cd63a6e18395ca71e4a081d5ed431e58304ae Mon Sep 17 00:00:00 2001 From: Renaud Heluin Date: Tue, 8 Oct 2024 22:55:16 +0200 Subject: [PATCH] chore: release v0.3.0-rc.1 --- 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 e82117b..7b17971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +# [0.3.0-rc.1](https://github.com/cnumr/EcoindexApp/compare/0.3.0-rc.0...0.3.0-rc.1) (2024-10-08) + + +### Bug Fixes + +* enabled mkdir on Windows app ([0ca4450](https://github.com/cnumr/EcoindexApp/commit/0ca4450d925f2c64a3bbcedf574df880bd01cfbe)) + # [0.3.0-rc.0](https://github.com/cnumr/EcoindexApp/compare/0.2.1...0.3.0-rc.0) (2024-10-07) diff --git a/package-lock.json b/package-lock.json index c20d4aa..e3a6e37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ecoindex-app", - "version": "0.3.0-rc.0", + "version": "0.3.0-rc.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ecoindex-app", - "version": "0.3.0-rc.0", + "version": "0.3.0-rc.1", "license": "MIT", "dependencies": { "@electron/remote": "^2.1.2", diff --git a/package.json b/package.json index ab7082f..dd80cea 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "EcoindexApp", "productName": "EcoindexApp", "private": true, - "version": "0.3.0-rc.0", + "version": "0.3.0-rc.1", "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",