diff --git a/.changeset/spotty-chicken-laugh.md b/.changeset/spotty-chicken-laugh.md deleted file mode 100644 index 9144964..0000000 --- a/.changeset/spotty-chicken-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@infinityswapofficial/token-lists': patch ---- - -updated tokenlist diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a19c74..f57c464 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @infinityswapofficial/token-lists +## 0.3.1 + +### Patch Changes + +- [#67](https://github.com/bitfinity-network/token-lists/pull/67) [`8067f2e`](https://github.com/bitfinity-network/token-lists/commit/8067f2e1916cf98e32a6126e904b1f6370b87bb6) Thanks [@Leleking](https://github.com/Leleking)! - updated tokenlist + ## 0.3.0 ### Minor Changes diff --git a/package.json b/package.json index c362771..aa99d5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@infinityswapofficial/token-lists", - "version": "0.3.0", + "version": "0.3.1", "description": "InfinitySwap Token Lists specification", "author": "InfinitySwap (https://infinityswap.one)", "type": "module",