Skip to content

Commit 25fcda6

Browse files
chore(*): release 2.1.2
1 parent bb8140c commit 25fcda6

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

HISTORY.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="2.1.2"></a>
2+
## [2.1.2](https://github.com/darrachequesne/notepack/compare/2.1.1...2.1.2) (2017-08-23)
3+
4+
5+
### Bug Fixes
6+
7+
* **encode:** remove the unsafe integer check ([#15](https://github.com/darrachequesne/notepack/issues/15)) ([bb8140c](https://github.com/darrachequesne/notepack/commit/bb8140c))
8+
9+
10+
111
<a name="2.1.1"></a>
212
## [2.1.1](https://github.com/darrachequesne/notepack/compare/2.1.0...2.1.1) (2017-08-08)
313

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notepack.io",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "A fast Node.js implementation of the latest MessagePack spec",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)