sdk/js: version bump and comments to 0.3.3

This commit is contained in:
Josh Siegel 2022-05-16 20:00:48 +00:00 committed by Evan Gray
parent c0a26dcf74
commit 32e428512e
2 changed files with 10 additions and 2 deletions

View File

@ -1,10 +1,18 @@
# Changelog # Changelog
## 0.3.3
### Added
Changed the payload3 support on Algorand conform to the new ABI specifications
Klaytn and Celo mainnet support
## 0.3.2 ## 0.3.2
### Added ### Added
Klaytn and Celo mainnet support Payload 3 (Contract-Controlled Transfer) support
## 0.3.1 ## 0.3.1

View File

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