sdk/js: v0.10.0 release

This commit is contained in:
Kevin Peters 2023-08-28 09:14:58 -05:00 committed by Evan Gray
parent 04b7afeb62
commit cdbc8da028
3 changed files with 13 additions and 3 deletions

View File

@ -1,5 +1,15 @@
# Changelog
## 0.10.0
### Added
Transfer from Aptos with payload support
### Changes
transferFromAptos payload type changed from string to Uint8Array
## 0.9.24
### Changes

View File

@ -1,12 +1,12 @@
{
"name": "@certusone/wormhole-sdk",
"version": "0.9.24",
"version": "0.10.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@certusone/wormhole-sdk",
"version": "0.9.24",
"version": "0.10.0",
"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.24",
"version": "0.10.0",
"description": "SDK for interacting with Wormhole",
"homepage": "https://wormhole.com",
"main": "./lib/cjs/index.js",