sdk/js: 0.9.6 version bump

This commit is contained in:
Kevin Peters 2022-12-14 17:10:11 +00:00 committed by Evan Gray
parent 25abafc753
commit 5ce3290ba3
3 changed files with 13 additions and 3 deletions

View File

@ -1,5 +1,15 @@
# Changelog
## 0.9.6
## Changed
injective dependencies updated
solana token bridge cpi account fixes
solana account and instruction serialization fixes
## 0.9.5
### Added

View File

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