Skip to content

Commit

Permalink
sdk/js-query: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-gray committed Jan 26, 2024
1 parent a445287 commit e9f9b52
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion sdk/js-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions sdk/js-query/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/js-query/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e9f9b52

Please sign in to comment.