Skip to content

Commit 73479a0

Browse files
committed
Release 1.16.0
1 parent 1bc99c4 commit 73479a0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

doc/history.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# History
22

3+
## 1.16.0
4+
5+
* update protodef definitions
6+
* Replace varint assert with exception
7+
38
## 1.15.0
49

510
* Fix 64-bit BigInt sign handling (@extremeheat)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protodef",
3-
"version": "1.15.0",
3+
"version": "1.16.0",
44
"description": "A simple yet powerful way to define binary protocols",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)