From 29e9dbd70ace5190e3c16f6f3ffc1c6d7b656a42 Mon Sep 17 00:00:00 2001 From: Yamiteru Date: Thu, 9 May 2024 15:58:52 +0200 Subject: [PATCH] Release 0.1.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb396a6..6cdef74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,17 @@ 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.1.3](https://github.com/the-minimal/protocol/compare/0.1.2...0.1.3) + +- feat: use object for enums [`aafbd02`](https://github.com/the-minimal/protocol/commit/aafbd027c2546859730201b4392c653f5f43e15d) + #### [0.1.2](https://github.com/the-minimal/protocol/compare/0.1.1...0.1.2) +> 8 May 2024 + - feat: add error handling [`c3cfd20`](https://github.com/the-minimal/protocol/commit/c3cfd20eda95ae0b7a673d1d3285d42fe134fc61) - feat: add error handling [`edfa1dc`](https://github.com/the-minimal/protocol/commit/edfa1dcc3d82a933f493f1babea74041181c370d) +- Release 0.1.2 [`da1dc89`](https://github.com/the-minimal/protocol/commit/da1dc8908a6f42e3e6e6635e2e55e111a4423b7a) #### [0.1.1](https://github.com/the-minimal/protocol/compare/0.1.0...0.1.1) diff --git a/package.json b/package.json index e755e9e..da0a6be 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@the-minimal/protocol", "type": "module", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "author": "Miroslav Vršecký ", "description": "Minimal JSON-like binary schema-full protocol for JS/TS with BYO runtime data validations",