Skip to content

Commit 3a19cc5

Browse files
committed
Release 0.1.1
1 parent 3b9bbb2 commit 3a19cc5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [0.1.1](https://github.com/the-minimal/protocol/compare/0.1.0...0.1.1)
8+
9+
- feat: move types into files [`3b9bbb2`](https://github.com/the-minimal/protocol/commit/3b9bbb2482a7bf521954655a81ac33ada75ef5a9)
10+
711
#### [0.1.0](https://github.com/the-minimal/protocol/compare/0.0.3...0.1.0)
812

13+
> 5 May 2024
14+
915
- feat: use enums where possible [`78690e8`](https://github.com/the-minimal/protocol/commit/78690e8cf2b45861b2470d8ba66d36b2d7b2f73f)
16+
- Release 0.1.0 [`054674d`](https://github.com/the-minimal/protocol/commit/054674da16fe8f7067517e1141df25250acd4a44)
1017

1118
#### [0.0.3](https://github.com/the-minimal/protocol/compare/0.0.2...0.0.3)
1219

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@the-minimal/protocol",
33
"type": "module",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"license": "MIT",
66
"author": "Miroslav Vršecký <[email protected]>",
77
"description": "Minimal JSON-like binary schema-full protocol for JS/TS with BYO runtime data validations",

0 commit comments

Comments
 (0)