diff --git a/.changeset/smart-singers-press.md b/.changeset/smart-singers-press.md deleted file mode 100644 index 3be05928b..000000000 --- a/.changeset/smart-singers-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': patch ---- - -Add support to prefix string type in Rust client diff --git a/CHANGELOG.md b/CHANGELOG.md index b869f35a7..29d653eec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @metaplex-foundation/kinobi +## 0.16.16 + +### Patch Changes + +- [#148](https://github.com/metaplex-foundation/kinobi/pull/148) [`f987339`](https://github.com/metaplex-foundation/kinobi/commit/f9873398c52a409cbdba1356c7aa499cb76b42bc) Thanks [@febo](https://github.com/febo)! - Add support to prefix string type in Rust client + ## 0.16.15 ### Patch Changes diff --git a/package.json b/package.json index c53676b56..a879dda43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/kinobi", - "version": "0.16.15", + "version": "0.16.16", "description": "Generate powerful clients for your Solana programs", "main": "dist/cjs/index.js", "types": "dist/types/index.d.ts",