We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b33faf5 commit 4a82135Copy full SHA for 4a82135
2 files changed
doc/history.md
@@ -1,5 +1,9 @@
1
# History
2
3
+## 1.8.1
4
+
5
+* fixed to aliases in compiler (thanks @Karang)
6
7
## 1.8.0
8
9
* add option not to log partial packets in full chunk parser
package.json
@@ -1,6 +1,6 @@
{
"name": "protodef",
- "version": "1.8.0",
+ "version": "1.8.1",
"description": "A simple yet powerful way to define binary protocols",
"main": "index.js",
"author": "roblabla <robinlambertz.dev@gmail.com>",
0 commit comments