sdk/js: bumped version to v0.9.11

This commit is contained in:
Kevin Peters 2023-02-23 21:34:35 +00:00 committed by Evan Gray
parent caa71f18a6
commit 96624168b8
3 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 0.9.11
### Added
Base testnet support
## 0.9.10
## Added

View File

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