Skip to content

Commit

Permalink
sdk/js: bump to 0.9.17
Browse files Browse the repository at this point in the history
  • Loading branch information
heyitaki committed May 17, 2023
1 parent 7608b2b commit b114875
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions sdk/js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.9.17

### Changed

Normalize Sui types

`unnormalizeSuiType` renamed to `trimSuiType`

## 0.9.16

### Changed
Expand Down
2 changes: 1 addition & 1 deletion sdk/js/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b114875

Please sign in to comment.