Skip to content

Commit ada9dbe

Browse files
[chore] release 1.3.1 (#75)
1 parent 6741900 commit ada9dbe

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

History.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
1.3.1 / 2016-10-20
3+
==================
4+
5+
* [fix] Add safety check for global object (#71)
6+
* [fix] decodePacket now accepts both Buffer and ArrayBuffer as data (#64)
7+
* [fix] Handle undefined case properly when decoding packet (#74)
8+
* [chore] Bump zuul to 3.11.0 & zuul-ngrok to 4.0.0 (#70)
9+
* [chore] Update zuul browser settings (#73)
10+
211
1.3.0 / 2016-09-26
312
==================
413

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "engine.io-parser",
33
"description": "Parser for the client for the realtime Engine",
44
"license": "MIT",
5-
"version": "1.3.0",
5+
"version": "1.3.1",
66
"homepage": "https://github.com/socketio/engine.io-parser",
77
"devDependencies": {
88
"expect.js": "0.3.1",

0 commit comments

Comments
 (0)