From 0c862098642423e3486558fff7b47f7b3d877554 Mon Sep 17 00:00:00 2001 From: Yamiteru Date: Sat, 18 May 2024 00:04:47 +0200 Subject: [PATCH] Release 0.3.0 --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af8fd12..faa7dee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,19 @@ 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.3.0](https://github.com/the-minimal/protocol/compare/0.2.0...0.3.0) + +- feat: split code into different JS files [`b493eb5`](https://github.com/the-minimal/protocol/commit/b493eb578390e9bb404aebe011b4f66f47791fae) +- feat: add estimate for all tests + fix bugs [`117b638`](https://github.com/the-minimal/protocol/commit/117b638ee6a5ce18fea9fac96ecf6b22703ffa39) +- feat: merge type and props into enum variants [`046ae2e`](https://github.com/the-minimal/protocol/commit/046ae2e5453263999dc5408352c806c1dadd09d7) + #### [0.2.0](https://github.com/the-minimal/protocol/compare/0.1.3...0.2.0) +> 12 May 2024 + - feat: rename name to type [`eeaefec`](https://github.com/the-minimal/protocol/commit/eeaefecbcc0e1c47c622efded7b8a13743989e80) - feat: update README [`c70ee2a`](https://github.com/the-minimal/protocol/commit/c70ee2a9a538783483340a8368c73b10e3ea0ba3) -- feat: update image [`e255715`](https://github.com/the-minimal/protocol/commit/e255715582e51fce90f2cec7be92749171793658) +- Release 0.2.0 [`6f4dfa8`](https://github.com/the-minimal/protocol/commit/6f4dfa8f6b55f04e1574d1ef05de656af954661a) #### [0.1.3](https://github.com/the-minimal/protocol/compare/0.1.2...0.1.3) diff --git a/package.json b/package.json index def518d..bd2ff3e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@the-minimal/protocol", "type": "module", - "version": "0.2.0", + "version": "0.3.0", "license": "MIT", "author": "Miroslav Vršecký ", "description": "Minimal JSON-like binary schema-full protocol for JS/TS with BYO runtime data validations",