Skip to content

Commit

Permalink
sdk/js: version bump to resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-gray committed Aug 28, 2023
1 parent cdbc8da commit 6f7b2ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sdk/js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.10.0
## 0.10.2

### Added

Expand All @@ -14,7 +14,7 @@ transferFromAptos payload type changed from string to Uint8Array

### Changes

Transfer from Sui with payload uses oldest EmitterCap *or* creates a new one if none exist
Transfer from Sui with payload uses oldest EmitterCap _or_ creates a new one if none exist

## 0.9.23

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.10.0",
"version": "0.10.2",
"description": "SDK for interacting with Wormhole",
"homepage": "https://wormhole.com",
"main": "./lib/cjs/index.js",
Expand Down

0 comments on commit 6f7b2ff

Please sign in to comment.