Skip to content

Commit

Permalink
chore(*): release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Jun 6, 2017
1 parent f0ed0f3 commit 6c1dca3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

2.0.1 / 2017-06-06
===================

* fix(encode): fix encoding for non-finite numbers (#4)

2.0.0 / 2017-05-20
===================

* feat(*): Add support for ArrayBuffer (#2)
* feat(browser): switch from Buffer polyfill to ArrayBuffer (#1)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notepack.io",
"version": "2.0.0",
"version": "2.0.1",
"description": "A fast Node.js implementation of the latest MessagePack spec",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 6c1dca3

Please sign in to comment.