diff --git a/.changeset/mighty-swans-rest.md b/.changeset/mighty-swans-rest.md deleted file mode 100644 index e3f3048b8..000000000 --- a/.changeset/mighty-swans-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@metaplex-foundation/kinobi": patch ---- - -Fix missing args variable error in JS Experimental diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e24a91f5..4e035dcfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @metaplex-foundation/kinobi +## 0.19.2 + +### Patch Changes + +- [#228](https://github.com/metaplex-foundation/kinobi/pull/228) [`2c1eb2e`](https://github.com/metaplex-foundation/kinobi/commit/2c1eb2e0052b7c6b9210b9e6864f9c01961b9531) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix missing args variable error in JS Experimental + ## 0.19.1 ### Patch Changes diff --git a/package.json b/package.json index 4afd7e097..2175d293a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/kinobi", - "version": "0.19.1", + "version": "0.19.2", "description": "Generate powerful clients for your Solana programs", "main": "dist/cjs/index.js", "types": "dist/types/index.d.ts",