sdk/js: v0.9.21 release
This commit is contained in:
parent
b09a644dac
commit
fabc9e9082
|
@ -1,5 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## 0.9.21
|
||||
|
||||
### Changes
|
||||
|
||||
Relayer status function improvements
|
||||
|
||||
Algorand changes for 3.16.2
|
||||
|
||||
## 0.9.20
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@certusone/wormhole-sdk",
|
||||
"version": "0.9.20",
|
||||
"version": "0.9.21",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@certusone/wormhole-sdk",
|
||||
"version": "0.9.20",
|
||||
"version": "0.9.21",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@certusone/wormhole-sdk-proto-web": "0.0.6",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@certusone/wormhole-sdk",
|
||||
"version": "0.9.20",
|
||||
"version": "0.9.21",
|
||||
"description": "SDK for interacting with Wormhole",
|
||||
"homepage": "https://wormhole.com",
|
||||
"main": "./lib/cjs/index.js",
|
||||
|
|
Loading…
Reference in New Issue