Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yamiteru committed May 6, 2024
1 parent 3b9bbb2 commit 3a19cc5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@the-minimal/protocol",
"type": "module",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"author": "Miroslav Vršecký <[email protected]>",
"description": "Minimal JSON-like binary schema-full protocol for JS/TS with BYO runtime data validations",
Expand Down

0 comments on commit 3a19cc5

Please sign in to comment.