We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc99c4 commit 73479a0Copy full SHA for 73479a0
doc/history.md
@@ -1,5 +1,10 @@
1
# History
2
3
+## 1.16.0
4
+
5
+* update protodef definitions
6
+* Replace varint assert with exception
7
8
## 1.15.0
9
10
* Fix 64-bit BigInt sign handling (@extremeheat)
package.json
@@ -1,6 +1,6 @@
{
"name": "protodef",
- "version": "1.15.0",
+ "version": "1.16.0",
"description": "A simple yet powerful way to define binary protocols",
"main": "index.js",
"types": "index.d.ts",
0 commit comments