sdk/js: version 0.0.6

Change-Id: I9138d79fb871a09759362e2a9e72c5b0aef0d4ae
This commit is contained in:
Evan Gray 2021-10-18 12:42:47 -04:00
parent 5d9e5404d4
commit bdabe31b94
3 changed files with 6 additions and 3 deletions

View File

@ -1,9 +1,12 @@
# Changelog
## Unreleased
## 0.0.6
### Changed
Allow separate payer and owner for Solana transfers
Support multiple EVM chains
Support native Terra tokens
Fixed nft_bridge getForeignAssetEth
## 0.0.5

View File

@ -1,6 +1,6 @@
{
"name": "@certusone/wormhole-sdk",
"version": "0.0.5",
"version": "0.0.6",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

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