sdk/js: release 0.0.3

Change-Id: Iaf2a159782dabc2ceca0bfd2e97f1b07727fa2b0
This commit is contained in:
Evan Gray 2021-09-16 11:34:31 -04:00
parent 7e2cf1f981
commit 5c518be3d5
2 changed files with 16 additions and 2 deletions

View File

@ -1,8 +1,22 @@
# Changelog
## Unreleased
## 0.0.3
### Added
Migration
NFT Bridge
### Changed
Fixed number overflow
Fixed guardian set index
## 0.0.2
fix: move postinstall to build
Fix move postinstall to build
## 0.0.1

View File

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