diff --git a/.changeset/funny-teeth-shout.md b/.changeset/funny-teeth-shout.md deleted file mode 100644 index 15ed0c7..0000000 --- a/.changeset/funny-teeth-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@codama/renderers-js': patch ---- - -Include JSDoc comments for generated accounts diff --git a/CHANGELOG.md b/CHANGELOG.md index 21bf554..746369d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @codama/renderers-js +## 1.4.4 + +### Patch Changes + +- [#17](https://github.com/codama-idl/renderers-js/pull/17) [`0461845`](https://github.com/codama-idl/renderers-js/commit/046184580a8d0cbb96a44e7fc867853e752652f2) Thanks [@macalinao](https://github.com/macalinao)! - Include JSDoc comments for generated accounts + ## 1.4.3 ### Patch Changes diff --git a/package.json b/package.json index 461ee6f..b33f0e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codama/renderers-js", - "version": "1.4.3", + "version": "1.4.4", "description": "JavaScript renderer compatible with the Solana Kit library", "exports": { "types": "./dist/types/index.d.ts",