Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yamiteru committed May 17, 2024
1 parent 2589101 commit 0c86209
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@ 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.3.0](https://github.com/the-minimal/protocol/compare/0.2.0...0.3.0)

- 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)

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

> 12 May 2024
- feat: rename name to type [`eeaefec`](https://github.com/the-minimal/protocol/commit/eeaefecbcc0e1c47c622efded7b8a13743989e80)
- feat: update README [`c70ee2a`](https://github.com/the-minimal/protocol/commit/c70ee2a9a538783483340a8368c73b10e3ea0ba3)
- feat: update image [`e255715`](https://github.com/the-minimal/protocol/commit/e255715582e51fce90f2cec7be92749171793658)
- Release 0.2.0 [`6f4dfa8`](https://github.com/the-minimal/protocol/commit/6f4dfa8f6b55f04e1574d1ef05de656af954661a)

#### [0.1.3](https://github.com/the-minimal/protocol/compare/0.1.2...0.1.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.2.0",
"version": "0.3.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 0c86209

Please sign in to comment.