diff --git a/.changeset/plenty-hats-breathe.md b/.changeset/plenty-hats-breathe.md deleted file mode 100644 index ae5c61d8..00000000 --- a/.changeset/plenty-hats-breathe.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@api3/chains': patch ---- - -* Add `quicknode` to `ink` -* Update browser and RPC URLs for `sonic` and `sonic-testnet` -* Check `skipProviderCheck` flag to true for `astar-sepolia-testnet` diff --git a/CHANGELOG.md b/CHANGELOG.md index 10495605..9d18e314 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @api3/chains +## 11.4.1 + +### Patch Changes + +- 1a89207: \* Add `quicknode` to `ink` + - Update browser and RPC URLs for `sonic` and `sonic-testnet` + - Check `skipProviderCheck` flag to true for `astar-sepolia-testnet` + ## 11.4.0 ### Minor Changes diff --git a/package.json b/package.json index 4ddc3560..8edd7e11 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@api3/chains", "license": "MIT", - "version": "11.4.0", + "version": "11.4.1", "author": "API3 DAO", "private": false, "sideEffects": false,