Skip to content

Commit

Permalink
stake-pool-js: Bump to release (#7342)
Browse files Browse the repository at this point in the history
#### Problem

#7324 exposed some needed types, but it's not released yet.

#### Summary of changes

Bump the patch version to release a new version.
  • Loading branch information
joncinque authored Oct 8, 2024
1 parent 2e62fd8 commit 218babe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stake-pool/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/spl-stake-pool",
"version": "1.1.5",
"version": "1.1.6",
"description": "SPL Stake Pool Program JS API",
"scripts": {
"build": "tsc && cross-env NODE_ENV=production rollup -c",
Expand Down

0 comments on commit 218babe

Please sign in to comment.