sdk/js: v0.10.4 release

This commit is contained in:
Kevin Peters 2023-09-28 09:11:23 -05:00 committed by kev1n-peters
parent 20aea2ebcf
commit 745cbe71a3
3 changed files with 19 additions and 3 deletions

View File

@ -1,5 +1,21 @@
# Changelog
## 0.10.4
### Changes
AutoRelayer: v1.1 Release
Redeem on Algorand dynamic cost budget fix
Fixes id check in token helper for sui
## 0.10.3
### Added
Kujira chain support
## 0.10.2
### Added

View File

@ -1,12 +1,12 @@
{
"name": "@certusone/wormhole-sdk",
"version": "0.10.0",
"version": "0.10.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@certusone/wormhole-sdk",
"version": "0.10.0",
"version": "0.10.4",
"license": "Apache-2.0",
"dependencies": {
"@certusone/wormhole-sdk-proto-web": "0.0.6",

View File

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