Skip to content

Commit 682aa46

Browse files
chore(*): release 2.1.1
1 parent a89e566 commit 682aa46

File tree

2 files changed

+34
-11
lines changed

2 files changed

+34
-11
lines changed

HISTORY.md

Lines changed: 33 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,39 @@
1+
<a name="2.1.1"></a>
2+
## [2.1.1](https://github.com/darrachequesne/notepack/compare/2.1.0...2.1.1) (2017-08-08)
13

2-
2.1.0 / 2017-07-31
3-
===================
44

5-
* feat(*): add support for toJSON method (#8)
5+
### Bug Fixes
66

7-
2.0.1 / 2017-06-06
8-
===================
7+
* **browser:** fix decoding for strings with surrogate pairs ([#13](https://github.com/darrachequesne/notepack/issues/13)) ([a89e566](https://github.com/darrachequesne/notepack/commit/a89e566))
8+
* **browser:** preserve the offset and length when creating a DataView ([#11](https://github.com/darrachequesne/notepack/issues/11)) ([bd91aa7](https://github.com/darrachequesne/notepack/commit/bd91aa7))
99

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

12-
2.0.0 / 2017-05-20
13-
===================
1411

15-
* feat(*): Add support for ArrayBuffer (#2)
16-
* feat(browser): switch from Buffer polyfill to ArrayBuffer (#1)
12+
<a name="2.1.0"></a>
13+
# [2.1.0](https://github.com/darrachequesne/notepack/compare/2.0.1...2.1.0) (2017-07-31)
14+
15+
16+
### Features
17+
18+
* add support for toJSON method ([#8](https://github.com/darrachequesne/notepack/issues/8)) ([9345f9f](https://github.com/darrachequesne/notepack/commit/9345f9f)), closes [#7](https://github.com/darrachequesne/notepack/issues/7)
19+
20+
21+
22+
<a name="2.0.1"></a>
23+
## [2.0.1](https://github.com/darrachequesne/notepack/compare/2.0.0...2.0.1) (2017-06-06)
24+
25+
26+
### Bug Fixes
27+
28+
* **encode:** fix encoding for non-finite numbers ([#4](https://github.com/darrachequesne/notepack/issues/4)) ([f0ed0f3](https://github.com/darrachequesne/notepack/commit/f0ed0f3))
29+
30+
31+
32+
<a name="2.0.0"></a>
33+
# [2.0.0](https://github.com/darrachequesne/notepack/compare/1.0.1...2.0.0) (2017-05-19)
34+
35+
36+
### Features
37+
38+
* Add support for ArrayBuffer ([#2](https://github.com/darrachequesne/notepack/issues/2)) ([9eec8dc](https://github.com/darrachequesne/notepack/commit/9eec8dc))
39+
* **browser:** switch from Buffer polyfill to ArrayBuffer ([#1](https://github.com/darrachequesne/notepack/issues/1)) ([8d7ce87](https://github.com/darrachequesne/notepack/commit/8d7ce87))

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.0",
3+
"version": "2.1.1",
44
"description": "A fast Node.js implementation of the latest MessagePack spec",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)