Skip to content

Commit

Permalink
Merge pull request #66 from marinade-finance/chore/bump-native-sdk-dep
Browse files Browse the repository at this point in the history
Chore/bump native sdk dep
  • Loading branch information
AlexStefan authored Mar 14, 2024
2 parents 47d08aa + 0716eaa commit 9433d5f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v5.0.11

### Chore:

- Bump Marinade Native Stake SDK to latest update

## v5.0.10

### Fix:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marinade.finance/marinade-ts-sdk",
"version": "5.0.10",
"version": "5.0.11",
"description": "Marinade SDK for Typescript",
"main": "dist/src/index.js",
"repository": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@coral-xyz/anchor": "^0.28.0",
"@marinade.finance/directed-stake-sdk": "^0.1.0",
"@marinade.finance/native-staking-sdk": "^1.0.0",
"@marinade.finance/native-staking-sdk": "^1.1.0",
"@solana/spl-stake-pool": "^0.6.5",
"@solana/spl-token-3.x": "npm:@solana/spl-token@^0.3.8",
"borsh": "^0.7.0",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9433d5f

Please sign in to comment.