diff --git a/.changeset/fast-camels-turn.md b/.changeset/fast-camels-turn.md deleted file mode 100644 index a180a8967..000000000 --- a/.changeset/fast-camels-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@metaplex-foundation/kinobi": patch ---- - -Add support for remaining account signers in JS experimental diff --git a/CHANGELOG.md b/CHANGELOG.md index c740f278d..21c0609df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @metaplex-foundation/kinobi +## 0.18.1 + +### Patch Changes + +- [#183](https://github.com/metaplex-foundation/kinobi/pull/183) [`0873088`](https://github.com/metaplex-foundation/kinobi/commit/08730883a5b6fd7a4248d6bc7a48e163a0b7dd18) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add support for remaining account signers in JS experimental + ## 0.18.0 ### Minor Changes diff --git a/package.json b/package.json index 4006393e0..3c22ce7c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/kinobi", - "version": "0.18.0", + "version": "0.18.1", "description": "Generate powerful clients for your Solana programs", "main": "dist/cjs/index.js", "types": "dist/types/index.d.ts",