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",