Skip to content

Commit b8911c5

Browse files
committed
Release 1.14.0
1 parent edb8b8a commit b8911c5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

doc/history.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# History
22

3+
## 1.14.0
4+
5+
* Allow JSON stringified buffers to be converted to Buffer when serializing (@extremeheat)
6+
* Add primitive variables (@extremeheat)
7+
38
## 1.13.0
49

510
* add fullBuffer to parsePacketBuffer return

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protodef",
3-
"version": "1.13.0",
3+
"version": "1.14.0",
44
"description": "A simple yet powerful way to define binary protocols",
55
"main": "index.js",
66
"author": "roblabla <[email protected]>",

0 commit comments

Comments
 (0)