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": {