From 776fdef31d1b3b35855013d28ccb375de2f9cb3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 17:38:29 +0100 Subject: [PATCH] Release packages (#96) Co-authored-by: github-actions[bot] --- .changeset/smart-planes-heal.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/smart-planes-heal.md diff --git a/.changeset/smart-planes-heal.md b/.changeset/smart-planes-heal.md deleted file mode 100644 index e31938d29..000000000 --- a/.changeset/smart-planes-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': patch ---- - -Add escape to instruction module names in Rust client diff --git a/CHANGELOG.md b/CHANGELOG.md index b23c93f5a..ef1ca8254 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @metaplex-foundation/kinobi +## 0.16.6 + +### Patch Changes + +- [#95](https://github.com/metaplex-foundation/kinobi/pull/95) [`cd4ee72`](https://github.com/metaplex-foundation/kinobi/commit/cd4ee72446b87f12676908a66e59d8bc84dc996d) Thanks [@febo](https://github.com/febo)! - Add escape to instruction module names in Rust client + ## 0.16.5 ### Patch Changes diff --git a/package.json b/package.json index 76c2eb6bc..90aeee892 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/kinobi", - "version": "0.16.5", + "version": "0.16.6", "description": "Generate powerful clients for your Solana programs", "main": "dist/cjs/index.js", "types": "dist/types/index.d.ts",