From 9342c5d92d10e8157b5f2fd1250063f8342fbf33 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 10:08:25 +0000 Subject: [PATCH] Publish package --- .changeset/funny-teeth-shout.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/funny-teeth-shout.md 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",