Skip to content

Commit 2b0df9e

Browse files
chore(release): 2.1.1
Diff: 2.1.0...2.1.1
1 parent 2f9138c commit 2b0df9e

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
lines changed

HISTORY.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
1+
## [2.1.1](https://github.com/darrachequesne/socket.io-json-parser/compare/2.1.0...2.1.1) (2020-09-28)
12

2-
2.1.0 / 2017-06-03
3-
===================
43

5-
* chore(*): Reduce the size of the package
4+
### Bug Fixes
65

7-
2.0.0 / 2017-05-08
8-
===================
6+
* throw upon invalid packet format ([2f9138c](https://github.com/darrachequesne/socket.io-json-parser/commit/2f9138cb5a3c0526208ad05e9aee99188e1be239)), closes [/github.com/socketio/socket.io/blob/2.3.0/lib/client.js#L194-L198](https://github.com//github.com/socketio/socket.io/blob/2.3.0/lib/client.js/issues/L194-L198)
97

10-
* chore(*): provide a transpiled build
118

12-
1.0.0 / 2017-04-27
13-
===================
149

15-
* feat(*): initial commit
10+
# [2.1.0](https://github.com/darrachequesne/socket.io-json-parser/compare/2.0.0...2.1.0) (2017-06-03)
1611

12+
13+
14+
# [2.0.0](https://github.com/darrachequesne/socket.io-json-parser/compare/1.0.0...2.0.0) (2017-05-08)
15+
16+
17+
18+
# [1.0.0](https://github.com/darrachequesne/socket.io-json-parser/compare/044c37168991c01d189893242830f2c1cbf17013...1.0.0) (2017-04-27)
19+
20+
21+
### Features
22+
23+
* initial commit ([044c371](https://github.com/darrachequesne/socket.io-json-parser/commit/044c37168991c01d189893242830f2c1cbf17013))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket.io-json-parser",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "socket.io parser based on JSON.stringify / JSON.parse",
55
"main": "index",
66
"dependencies": {

0 commit comments

Comments
 (0)