sdk/js: v0.10.5 release

This commit is contained in:
Kevin Peters 2023-10-16 09:43:51 -05:00 committed by kev1n-peters
parent 5c4ac61f79
commit b53f9968ad
3 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 0.10.5
### Changes
Auto relayer better status command
## 0.10.4
### Changes

View File

@ -1,12 +1,12 @@
{
"name": "@certusone/wormhole-sdk",
"version": "0.10.4",
"version": "0.10.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@certusone/wormhole-sdk",
"version": "0.10.4",
"version": "0.10.5",
"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.4",
"version": "0.10.5",
"description": "SDK for interacting with Wormhole",
"homepage": "https://wormhole.com",
"main": "./lib/cjs/index.js",