Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yamiteru committed May 17, 2024
1 parent b4ed795 commit d896b66
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,8 +4,15 @@ 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.4.0](https://github.com/the-minimal/protocol/compare/0.3.0...0.4.0)

- fix: exports [`4b72e8b`](https://github.com/the-minimal/protocol/commit/4b72e8be8121167dbf9365164f02853d40720f4c)
- fix: test [`b4ed795`](https://github.com/the-minimal/protocol/commit/b4ed7950bfabe26a57f268725a3428c1a65289db)

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

> 18 May 2024
- feat: split code into different JS files [`b493eb5`](https://github.com/the-minimal/protocol/commit/b493eb578390e9bb404aebe011b4f66f47791fae)
- feat: add estimate for all tests + fix bugs [`117b638`](https://github.com/the-minimal/protocol/commit/117b638ee6a5ce18fea9fac96ecf6b22703ffa39)
- feat: merge type and props into enum variants [`046ae2e`](https://github.com/the-minimal/protocol/commit/046ae2e5453263999dc5408352c806c1dadd09d7)
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.3.0",
"version": "0.4.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 d896b66

Please sign in to comment.