diff --git a/.changeset/lemon-walls-speak.md b/.changeset/lemon-walls-speak.md deleted file mode 100644 index a070896c0..000000000 --- a/.changeset/lemon-walls-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': patch ---- - -Fix missing second arg for getArgVar macro in template diff --git a/CHANGELOG.md b/CHANGELOG.md index 784404d5a..49c100a46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @metaplex-foundation/kinobi +## 0.12.3 + +### Patch Changes + +- [`75269c2`](https://github.com/metaplex-foundation/kinobi/commit/75269c2a504f30c5382c9eb6428ad66f2c3f7684) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix missing second arg for getArgVar macro in template + ## 0.12.2 ### Patch Changes diff --git a/package.json b/package.json index 8c114cd77..7e597700e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/kinobi", - "version": "0.12.2", + "version": "0.12.3", "description": "Generate powerful clients for your Solana programs", "main": "dist/cjs/index.js", "types": "dist/types/index.d.ts",