sdk/js: bump to 0.9.17

This commit is contained in:
heyitaki 2023-05-17 18:33:20 +00:00 committed by aki
parent 7608b2b740
commit b114875528
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 0.9.17
### Changed
Normalize Sui types
`unnormalizeSuiType` renamed to `trimSuiType`
## 0.9.16
### Changed

View File

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