From 21a086b8632e9cea4ed9d3cacdb01f832139a4c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 18:53:28 +0000 Subject: [PATCH] chore(main): release 1.4.1 --- 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 b0cb113..0ff82fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.4.1](https://github.com/fabianbormann/WalkInWallet/compare/v1.4.0...v1.4.1) (2023-08-31) + + +### Bug Fixes + +* frame description was missing as the default for isOffline was always true ([bb54c6d](https://github.com/fabianbormann/WalkInWallet/commit/bb54c6d88f2068ee991dd0dd45cd66dcbc51d131)) +* implement a retry mechanism for handling IPFS timeouts and increase the overall image loading experience by handling non cip25 compliant edge cases closes [#8](https://github.com/fabianbormann/WalkInWallet/issues/8) ([f4de95b](https://github.com/fabianbormann/WalkInWallet/commit/f4de95bbd4d1d3e36821eac60be7f4795d1d16ab)) + ## [1.4.0](https://github.com/fabianbormann/WalkInWallet/compare/v1.3.0...v1.4.0) (2023-08-30) diff --git a/package-lock.json b/package-lock.json index 6d27a9b..4434237 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "walkinwallet", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "walkinwallet", - "version": "1.4.0", + "version": "1.4.1", "license": "GPLv3", "dependencies": { "@babylonjs/core": "^6.15.0", diff --git a/package.json b/package.json index 586bfa6..c58a749 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "walkinwallet", - "version": "1.4.0", + "version": "1.4.1", "type": "module", "license": "GPLv3", "scripts": {