From 79555cbba12e14a74a41297dd2687f5eb922b7ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 20:10:06 +0000 Subject: [PATCH] chore(main): release 1.5.0 --- 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 0ff82fc..1a2cdf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.0](https://github.com/fabianbormann/WalkInWallet/compare/v1.4.1...v1.5.0) (2023-08-31) + + +### Features + +* re-enable automatically firebase hosting deployment ([fb916ea](https://github.com/fabianbormann/WalkInWallet/commit/fb916ea1b91742dbf4e89a43881360bf1473a112)) + ## [1.4.1](https://github.com/fabianbormann/WalkInWallet/compare/v1.4.0...v1.4.1) (2023-08-31) diff --git a/package-lock.json b/package-lock.json index 4434237..bda76fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "walkinwallet", - "version": "1.4.1", + "version": "1.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "walkinwallet", - "version": "1.4.1", + "version": "1.5.0", "license": "GPLv3", "dependencies": { "@babylonjs/core": "^6.15.0", diff --git a/package.json b/package.json index c58a749..ceded20 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "walkinwallet", - "version": "1.4.1", + "version": "1.5.0", "type": "module", "license": "GPLv3", "scripts": {