From 30e7dfc03b2e282a688dcf280352923265c649a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 17:25:59 +0000 Subject: [PATCH] Release new version --- .changeset/light-pots-agree.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/light-pots-agree.md diff --git a/.changeset/light-pots-agree.md b/.changeset/light-pots-agree.md deleted file mode 100644 index 77bfe12..0000000 --- a/.changeset/light-pots-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"binary-util": patch ---- - -Fixed `into` being required in encoder function options diff --git a/CHANGELOG.md b/CHANGELOG.md index f7eb0be..db8de3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # binary-util +## 2.0.4 + +### Patch Changes + +- [`0c7375d`](https://github.com/beeequeue/binary-util/commit/0c7375dc5834f742dfff393834349686ef044088) - Fixed `into` being required in encoder function options + ## 2.0.3 ### Patch Changes diff --git a/package.json b/package.json index 04ab63e..3efbb15 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "binary-util", "description": "A utility library for working with binary data.", "type": "module", - "version": "2.0.3", + "version": "2.0.4", "author": "BeeeQueue ", "repository": { "type": "github",