diff --git a/.changeset/five-lemons-pump.md b/.changeset/five-lemons-pump.md deleted file mode 100644 index 1eddfca0a..000000000 --- a/.changeset/five-lemons-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': patch ---- - -Add support for empty array seeds diff --git a/.changeset/four-pots-heal.md b/.changeset/four-pots-heal.md deleted file mode 100644 index 208050d3a..000000000 --- a/.changeset/four-pots-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': patch ---- - -Fix byte array as seeds on Rust client diff --git a/CHANGELOG.md b/CHANGELOG.md index cf0c73e7b..119faa2a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @metaplex-foundation/kinobi +## 0.17.2 + +### Patch Changes + +- [#157](https://github.com/metaplex-foundation/kinobi/pull/157) [`fda84c5`](https://github.com/metaplex-foundation/kinobi/commit/fda84c5d4ab5d39b61e0ae26e67af13efa43bcf0) Thanks [@febo](https://github.com/febo)! - Add support for empty array seeds + +- [#155](https://github.com/metaplex-foundation/kinobi/pull/155) [`4d7db50`](https://github.com/metaplex-foundation/kinobi/commit/4d7db50c95bd8a1ed1c031029592a636a5748d93) Thanks [@febo](https://github.com/febo)! - Fix byte array as seeds on Rust client + ## 0.17.1 ### Patch Changes diff --git a/package.json b/package.json index b1b307f16..8cbfe7fa1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/kinobi", - "version": "0.17.1", + "version": "0.17.2", "description": "Generate powerful clients for your Solana programs", "main": "dist/cjs/index.js", "types": "dist/types/index.d.ts",