sdk/js: release 0.0.3
Change-Id: Iaf2a159782dabc2ceca0bfd2e97f1b07727fa2b0
This commit is contained in:
parent
7e2cf1f981
commit
5c518be3d5
|
@ -1,8 +1,22 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Unreleased
|
||||||
|
|
||||||
|
## 0.0.3
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
Migration
|
||||||
|
NFT Bridge
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
Fixed number overflow
|
||||||
|
Fixed guardian set index
|
||||||
|
|
||||||
## 0.0.2
|
## 0.0.2
|
||||||
|
|
||||||
fix: move postinstall to build
|
Fix move postinstall to build
|
||||||
|
|
||||||
## 0.0.1
|
## 0.0.1
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@certusone/wormhole-sdk",
|
"name": "@certusone/wormhole-sdk",
|
||||||
"version": "0.0.2",
|
"version": "0.0.3",
|
||||||
"description": "SDK for interacting with Wormhole",
|
"description": "SDK for interacting with Wormhole",
|
||||||
"homepage": "https://wormholenetwork.com",
|
"homepage": "https://wormholenetwork.com",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
|
|
Loading…
Reference in New Issue