diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a949d9..8c07b45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ 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.1](https://github.com/the-minimal/protocol/compare/0.1.0...0.1.1) + +- feat: move types into files [`3b9bbb2`](https://github.com/the-minimal/protocol/commit/3b9bbb2482a7bf521954655a81ac33ada75ef5a9) + #### [0.1.0](https://github.com/the-minimal/protocol/compare/0.0.3...0.1.0) +> 5 May 2024 + - feat: use enums where possible [`78690e8`](https://github.com/the-minimal/protocol/commit/78690e8cf2b45861b2470d8ba66d36b2d7b2f73f) +- Release 0.1.0 [`054674d`](https://github.com/the-minimal/protocol/commit/054674da16fe8f7067517e1141df25250acd4a44) #### [0.0.3](https://github.com/the-minimal/protocol/compare/0.0.2...0.0.3) diff --git a/package.json b/package.json index e935e46..abaa0bb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@the-minimal/protocol", "type": "module", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "author": "Miroslav Vršecký ", "description": "Minimal JSON-like binary schema-full protocol for JS/TS with BYO runtime data validations",