From 0811d937af44f6c7bc1fd963c7b9395e3b1746ce Mon Sep 17 00:00:00 2001 From: Yamiteru Date: Mon, 20 May 2024 00:40:54 +0200 Subject: [PATCH] Release 0.5.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 644c0da..3d00272 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [0.5.0](https://github.com/the-minimal/protocol/compare/0.4.0...0.5.0) + +- feat: simplify buffer pool [`2031dba`](https://github.com/the-minimal/protocol/commit/2031dba429d446f2eca0c2c6a18c2599e677f49d) +- feat: use bitmasked binary rounded to the nearest 2 [`9ca3f51`](https://github.com/the-minimal/protocol/commit/9ca3f51a619c0b9cc47f8bf6944423eb12288658) +- feat: even more bits [`7a3b2f2`](https://github.com/the-minimal/protocol/commit/7a3b2f2e98974cb40dbec52f454854e59db7355a) + #### [0.4.0](https://github.com/the-minimal/protocol/compare/0.3.0...0.4.0) +> 18 May 2024 + - fix: exports [`4b72e8b`](https://github.com/the-minimal/protocol/commit/4b72e8be8121167dbf9365164f02853d40720f4c) +- Release 0.4.0 [`d896b66`](https://github.com/the-minimal/protocol/commit/d896b66a24765a4a93a936a534cdead8cd27762f) - fix: test [`b4ed795`](https://github.com/the-minimal/protocol/commit/b4ed7950bfabe26a57f268725a3428c1a65289db) #### [0.3.0](https://github.com/the-minimal/protocol/compare/0.2.0...0.3.0) diff --git a/package.json b/package.json index 646c1bc..65b4691 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@the-minimal/protocol", "type": "module", - "version": "0.4.0", + "version": "0.5.0", "license": "MIT", "author": "Miroslav Vršecký ", "description": "Minimal JSON-like binary schema-full protocol for JS/TS with BYO runtime data validations",