From 6f4dfa8f6b55f04e1574d1ef05de656af954661a Mon Sep 17 00:00:00 2001 From: Yamiteru Date: Sun, 12 May 2024 20:55:57 +0200 Subject: [PATCH] Release 0.2.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cdef74..af8fd12 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.2.0](https://github.com/the-minimal/protocol/compare/0.1.3...0.2.0) + +- 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) + #### [0.1.3](https://github.com/the-minimal/protocol/compare/0.1.2...0.1.3) +> 9 May 2024 + - feat: use object for enums [`aafbd02`](https://github.com/the-minimal/protocol/commit/aafbd027c2546859730201b4392c653f5f43e15d) +- Release 0.1.3 [`29e9dbd`](https://github.com/the-minimal/protocol/commit/29e9dbd70ace5190e3c16f6f3ffc1c6d7b656a42) #### [0.1.2](https://github.com/the-minimal/protocol/compare/0.1.1...0.1.2) diff --git a/package.json b/package.json index da0a6be..5fa4522 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@the-minimal/protocol", "type": "module", - "version": "0.1.3", + "version": "0.2.0", "license": "MIT", "author": "Miroslav Vršecký ", "description": "Minimal JSON-like binary schema-full protocol for JS/TS with BYO runtime data validations",