Skip to content

Commit a0143b6

Browse files
chore(release): Release 2.1.0
1 parent 79c9841 commit a0143b6

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

HISTORY.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
2.1.0 / 2017-06-03
3+
===================
4+
5+
* chore(*): Reduce the size of the package
6+
7+
2.0.0 / 2017-05-08
8+
===================
9+
10+
* chore(*): provide a transpiled build
11+
12+
1.0.0 / 2017-04-27
13+
===================
14+
15+
* feat(*): initial commit
16+

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.0.0",
3+
"version": "2.1.0",
44
"description": "socket.io parser based on JSON.stringify / JSON.parse",
55
"main": "index",
66
"dependencies": {

0 commit comments

Comments
 (0)