From 58e607a9d8390d671005149566195cc8f31301e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 11:45:53 +0000 Subject: [PATCH] chore(main): release 1.6.4 --- 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 218fab9..14220fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.4](https://github.com/fabianbormann/WalkInWallet/compare/v1.6.3...v1.6.4) (2024-05-10) + + +### Bug Fixes + +* adapt new Koios api response to fix loading the NFT list ([b08e855](https://github.com/fabianbormann/WalkInWallet/commit/b08e855c748b1931fe6e58eebfa5f906aba82433)) + ## [1.6.3](https://github.com/fabianbormann/WalkInWallet/compare/v1.6.2...v1.6.3) (2024-03-11) diff --git a/package-lock.json b/package-lock.json index d8d2747..5716b0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "walkinwallet", - "version": "1.6.3", + "version": "1.6.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "walkinwallet", - "version": "1.6.3", + "version": "1.6.4", "license": "GPLv3", "dependencies": { "@babylonjs/core": "^6.46.1", diff --git a/package.json b/package.json index 68bc7e3..8d4b299 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "walkinwallet", - "version": "1.6.3", + "version": "1.6.4", "type": "module", "license": "GPLv3", "scripts": {