diff --git a/.changeset/unlucky-socks-give.md b/.changeset/unlucky-socks-give.md deleted file mode 100644 index 50145a312..000000000 --- a/.changeset/unlucky-socks-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@metaplex-foundation/kinobi": patch ---- - -Fix Eslint and TypeScript errors in JS renderers diff --git a/CHANGELOG.md b/CHANGELOG.md index 21c0609df..ee9dddc0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @metaplex-foundation/kinobi +## 0.18.2 + +### Patch Changes + +- [#185](https://github.com/metaplex-foundation/kinobi/pull/185) [`86e231f`](https://github.com/metaplex-foundation/kinobi/commit/86e231fb932a06dde7623dbafa1fab796ac01f08) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix Eslint and TypeScript errors in JS renderers + ## 0.18.1 ### Patch Changes diff --git a/package.json b/package.json index 780cb60d9..cc8870bef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/kinobi", - "version": "0.18.1", + "version": "0.18.2", "description": "Generate powerful clients for your Solana programs", "main": "dist/cjs/index.js", "types": "dist/types/index.d.ts",