sdk/js: v0.9.24 release

This commit is contained in:
Kevin Peters 2023-08-25 10:51:23 -05:00 committed by kev1n-peters
parent 93122bca88
commit a9ea12c071
3 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 0.9.24
### Changes
Transfer from Sui with payload uses oldest EmitterCap *or* creates a new one if none exist
## 0.9.23
### Changes

View File

@ -1,12 +1,12 @@
{
"name": "@certusone/wormhole-sdk",
"version": "0.9.23",
"version": "0.9.24",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@certusone/wormhole-sdk",
"version": "0.9.23",
"version": "0.9.24",
"license": "Apache-2.0",
"dependencies": {
"@certusone/wormhole-sdk-proto-web": "0.0.6",

View File

@ -1,6 +1,6 @@
{
"name": "@certusone/wormhole-sdk",
"version": "0.9.23",
"version": "0.9.24",
"description": "SDK for interacting with Wormhole",
"homepage": "https://wormhole.com",
"main": "./lib/cjs/index.js",