diff --git a/sdk/js-query/CHANGELOG.md b/sdk/js-query/CHANGELOG.md index 79df95769..dc0dfaa71 100644 --- a/sdk/js-query/CHANGELOG.md +++ b/sdk/js-query/CHANGELOG.md @@ -1,8 +1,12 @@ +## 0.0.9 + +Fix SolanaAccount mock for minContextSlot + ## 0.0.8 Add signaturesToEvmStruct utility -Fix SolanaAccount mock for minContextSlot and dataSliceOffset == 0 +Fix SolanaAccount mock for dataSliceOffset == 0 ## 0.0.7 diff --git a/sdk/js-query/package-lock.json b/sdk/js-query/package-lock.json index 52207b08d..1e481112c 100644 --- a/sdk/js-query/package-lock.json +++ b/sdk/js-query/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wormhole-foundation/wormhole-query-sdk", - "version": "0.0.8", + "version": "0.0.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@wormhole-foundation/wormhole-query-sdk", - "version": "0.0.8", + "version": "0.0.9", "license": "Apache-2.0", "dependencies": { "@ethersproject/keccak256": "^5.7.0", diff --git a/sdk/js-query/package.json b/sdk/js-query/package.json index c22e733a7..39496cbda 100644 --- a/sdk/js-query/package.json +++ b/sdk/js-query/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/wormhole-query-sdk", - "version": "0.0.8", + "version": "0.0.9", "description": "Wormhole cross-chain query SDK", "homepage": "https://wormhole.com", "main": "./lib/cjs/index.js",