From e56c6e0fc5e05d2398f5d01eb0c67125c08d4b0a Mon Sep 17 00:00:00 2001 From: Yamiteru Date: Sat, 6 Jul 2024 14:29:19 +0200 Subject: [PATCH] Release 0.7.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 673b69d..582920c 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.7.0](https://github.com/the-minimal/protocol/compare/0.6.0...0.7.0) + +- feat: use leading lowercase [`ec39e87`](https://github.com/the-minimal/protocol/commit/ec39e87cad3feda7eaede1a38a26c7421fb5871d) +- feat: update docs [`7b6a250`](https://github.com/the-minimal/protocol/commit/7b6a2502e18c8b7cd0804d27e476be4bdc0cf6a6) +- feat: update yarn.lock [`aa7d6ee`](https://github.com/the-minimal/protocol/commit/aa7d6ee77cc36b0f573854752787789637ffc4ff) + #### [0.6.0](https://github.com/the-minimal/protocol/compare/0.5.0...0.6.0) +> 29 May 2024 + - feat: split into encoders and decoders [`2126c4d`](https://github.com/the-minimal/protocol/commit/2126c4d5ac1a82f7d1d9a16e10897885ee4a0901) +- Release 0.6.0 [`1056e57`](https://github.com/the-minimal/protocol/commit/1056e572389fb23eb2dc91b605f5022e54ad6fe0) #### [0.5.0](https://github.com/the-minimal/protocol/compare/0.4.0...0.5.0) diff --git a/package.json b/package.json index 789f83e..3c5b800 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@the-minimal/protocol", "type": "module", - "version": "0.6.0", + "version": "0.7.0", "license": "MIT", "author": "Miroslav Vršecký ", "description": "Minimal and modular binary schema-full protocol for TypeScript",