We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f6b8e commit 96b8fefCopy full SHA for 96b8fef
doc/history.md
@@ -1,5 +1,9 @@
1
# History
2
3
+## 1.10.0
4
+
5
+* exposed CompiledProtodef
6
7
## 1.9.0
8
9
* compiler: Don't read abnormally large arrays (@extremeheat)
package.json
@@ -1,6 +1,6 @@
{
"name": "protodef",
- "version": "1.9.0",
+ "version": "1.10.0",
"description": "A simple yet powerful way to define binary protocols",
"main": "index.js",
"author": "roblabla <robinlambertz.dev@gmail.com>",
0 commit comments