Skip to content

Commit a37fa48

Browse files
[chore] release 1.3.0 (#69)
1 parent f5d966b commit a37fa48

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

History.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11

2+
1.3.0 / 2016-09-26
3+
==================
4+
5+
* [fix] Fix crashes in React Native "navigator is not defined" (#55)
6+
* [refactor] Require base64-arraybuffer module conditionally. (#58)
7+
* [perf] Split try catch into separate function (#65)
8+
* [chore] Use wtf-8 instead of utf8 to prevent lone surrogates from generating parsing error (#68)
9+
* [chore] Restrict files included in npm package (#67)
10+
* [chore] Update license and repository url (#66)
11+
* [chore] Update zuul browser settings following EOL notices (#62)
12+
* [chore] bump zuul (#56)
13+
214
1.2.4 / 2015-12-04
315
==================
416

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.2.4",
5+
"version": "1.3.0",
66
"homepage": "https://github.com/socketio/engine.io-parser",
77
"devDependencies": {
88
"expect.js": "0.3.1",

0 commit comments

Comments
 (0)