File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
5
5
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
6
6
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
+
7
11
#### [ 0.1.0] ( https://github.com/the-minimal/protocol/compare/0.0.3...0.1.0 )
8
12
13
+ > 5 May 2024
14
+
9
15
- 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 )
10
17
11
18
#### [ 0.0.3] ( https://github.com/the-minimal/protocol/compare/0.0.2...0.0.3 )
12
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @the-minimal/protocol" ,
3
3
"type" : " module" ,
4
- "version" : " 0.1.0 " ,
4
+ "version" : " 0.1.1 " ,
5
5
"license" : " MIT" ,
6
6
"author" :
" Miroslav Vršecký <[email protected] >" ,
7
7
"description" : " Minimal JSON-like binary schema-full protocol for JS/TS with BYO runtime data validations" ,
You can’t perform that action at this time.
0 commit comments