Skip to content

Commit 75f5ac2

Browse files
chore(*): release 2.1.0
1 parent 19a26aa commit 75f5ac2

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
2.1.0 / 2017-07-31
3+
===================
4+
5+
* feat(*): add support for toJSON method (#8)
6+
27
2.0.1 / 2017-06-06
38
===================
49

dist/notepack.js

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

dist/notepack.js.map

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notepack.io",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "A fast Node.js implementation of the latest MessagePack spec",
55
"main": "lib/index.js",
66
"files": [
@@ -9,12 +9,12 @@
99
],
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/coinative/notepack.git"
12+
"url": "https://github.com/darrachequesne/notepack.git"
1313
},
1414
"author": "Ben Shepheard <ben@coinative.com>",
1515
"license": "MIT",
1616
"bugs": {
17-
"url": "https://github.com/coinative/notepack/issues"
17+
"url": "https://github.com/darrachequesne/notepack/issues"
1818
},
1919
"homepage": "https://github.com/coinative/notepack",
2020
"devDependencies": {

0 commit comments

Comments
 (0)