sdk/js: v0.9.22 release
This commit is contained in:
parent
5028600a1c
commit
94321a2d84
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 0.9.22
|
||||
|
||||
### Added
|
||||
|
||||
Base mainnet contract addresses
|
||||
|
||||
## 0.9.21
|
||||
|
||||
### Changes
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@certusone/wormhole-sdk",
|
||||
"version": "0.9.21",
|
||||
"version": "0.9.22",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@certusone/wormhole-sdk",
|
||||
"version": "0.9.21",
|
||||
"version": "0.9.22",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@certusone/wormhole-sdk-proto-web": "0.0.6",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@certusone/wormhole-sdk",
|
||||
"version": "0.9.21",
|
||||
"version": "0.9.22",
|
||||
"description": "SDK for interacting with Wormhole",
|
||||
"homepage": "https://wormhole.com",
|
||||
"main": "./lib/cjs/index.js",
|
||||
|
|
Loading…
Reference in New Issue