From 045a6cbaa883bfa406bfec7069a1d55941c76b1b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 17:18:38 +0000 Subject: [PATCH] Publish package --- .changeset/common-facts-punch.md | 5 ----- .changeset/honest-bananas-enjoy.md | 5 ----- .changeset/stale-loops-joke.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/common-facts-punch.md delete mode 100644 .changeset/honest-bananas-enjoy.md delete mode 100644 .changeset/stale-loops-joke.md diff --git a/.changeset/common-facts-punch.md b/.changeset/common-facts-punch.md deleted file mode 100644 index 4f987fa..0000000 --- a/.changeset/common-facts-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@codama/renderers-js': patch ---- - -Generate a prettierignore file when we format the code diff --git a/.changeset/honest-bananas-enjoy.md b/.changeset/honest-bananas-enjoy.md deleted file mode 100644 index 3cf563f..0000000 --- a/.changeset/honest-bananas-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@codama/renderers-js': patch ---- - -Bump to Pretter 3.8.1 diff --git a/.changeset/stale-loops-joke.md b/.changeset/stale-loops-joke.md deleted file mode 100644 index d6043e9..0000000 --- a/.changeset/stale-loops-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@codama/renderers-js': patch ---- - -Use string interpolation for the Unrecognised instruction error diff --git a/CHANGELOG.md b/CHANGELOG.md index 2700930..55a2bbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @codama/renderers-js +## 1.6.1 + +### Patch Changes + +- [#103](https://github.com/codama-idl/renderers-js/pull/103) [`9b0de78`](https://github.com/codama-idl/renderers-js/commit/9b0de78cb7e321fb496dabf0ee5d9d763b39335d) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Generate a prettierignore file when we format the code + +- [#100](https://github.com/codama-idl/renderers-js/pull/100) [`6d08d91`](https://github.com/codama-idl/renderers-js/commit/6d08d919dc5e0108a2fc4ec5b72c9a752d905e8d) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Bump to Pretter 3.8.1 + +- [#101](https://github.com/codama-idl/renderers-js/pull/101) [`0834fa5`](https://github.com/codama-idl/renderers-js/commit/0834fa510c6f60d9b119b23e0355fe80a9ee6134) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Use string interpolation for the Unrecognised instruction error + ## 1.6.0 ### Minor Changes diff --git a/package.json b/package.json index 32e6d4c..7270d02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codama/renderers-js", - "version": "1.6.0", + "version": "1.6.1", "description": "JavaScript renderer compatible with the Solana Kit library", "exports": { "types": "./dist/types/index.d.ts",