Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yamiteru committed May 5, 2024
1 parent 78690e8 commit 054674d
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.0](https://github.com/the-minimal/protocol/compare/0.0.3...0.1.0)

- feat: use enums where possible [`78690e8`](https://github.com/the-minimal/protocol/commit/78690e8cf2b45861b2470d8ba66d36b2d7b2f73f)

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

> 5 May 2024
- feat: add utf8 encoding/decoding [`f933b56`](https://github.com/the-minimal/protocol/commit/f933b5603439e94271b3e9813793ebf8c9a10d72)
- Release 0.0.3 [`48e0de3`](https://github.com/the-minimal/protocol/commit/48e0de31c6b86e75a1f5280a062f263db6fe92b7)

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

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.0.3",
"version": "0.1.0",
"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 054674d

Please sign in to comment.