diff --git a/.changeset/plenty-trees-return.md b/.changeset/plenty-trees-return.md deleted file mode 100644 index 8975da2..0000000 --- a/.changeset/plenty-trees-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@infinityswapofficial/token-lists': patch ---- - -updated axios version to fix follow-redirects vulnerability diff --git a/CHANGELOG.md b/CHANGELOG.md index 99c6c0f..c2b25fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @infinityswapofficial/token-lists +## 0.3.4 + +### Patch Changes + +- [#71](https://github.com/bitfinity-network/token-lists/pull/71) [`cce37a2`](https://github.com/bitfinity-network/token-lists/commit/cce37a2b53d87daefaa6791db06d5a623116a8e0) Thanks [@EstherOA](https://github.com/EstherOA)! - updated axios version to fix follow-redirects vulnerability + ## 0.3.2 ### Patch Changes diff --git a/package.json b/package.json index 16fd99f..930c253 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@infinityswapofficial/token-lists", - "version": "0.3.3", + "version": "0.3.4", "description": "InfinitySwap Token Lists specification", "author": "InfinitySwap (https://infinityswap.one)", "type": "module",