From e4f7bc18a160128b2252d49abd32c93399c9fb3c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 12:03:02 +0200 Subject: [PATCH] Release packages (#116) Co-authored-by: github-actions[bot] --- .changeset/fluffy-lobsters-doubt.md | 5 ----- .changeset/honest-horses-explode.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/fluffy-lobsters-doubt.md delete mode 100644 .changeset/honest-horses-explode.md diff --git a/.changeset/fluffy-lobsters-doubt.md b/.changeset/fluffy-lobsters-doubt.md deleted file mode 100644 index 02967fc7b..000000000 --- a/.changeset/fluffy-lobsters-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': patch ---- - -Add MainCaseString type to ensure strings are cased properly diff --git a/.changeset/honest-horses-explode.md b/.changeset/honest-horses-explode.md deleted file mode 100644 index 7a199ca2c..000000000 --- a/.changeset/honest-horses-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': patch ---- - -Add serde_as for large arrays in Rust client diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e33813ea..aa5984cb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @metaplex-foundation/kinobi +## 0.16.14 + +### Patch Changes + +- [`01ee0bd`](https://github.com/metaplex-foundation/kinobi/commit/01ee0bd4fec9c1ad430d398d61238bc41c6cc480) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add MainCaseString type to ensure strings are cased properly + +- [#117](https://github.com/metaplex-foundation/kinobi/pull/117) [`5f491bf`](https://github.com/metaplex-foundation/kinobi/commit/5f491bf512e1c5a00270835c24f0296e6b7bbe35) Thanks [@febo](https://github.com/febo)! - Add serde_as for large arrays in Rust client + ## 0.16.13 ### Patch Changes diff --git a/package.json b/package.json index c391340de..1c16e24f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/kinobi", - "version": "0.16.13", + "version": "0.16.14", "description": "Generate powerful clients for your Solana programs", "main": "dist/cjs/index.js", "types": "dist/types/index.d.ts",