Skip to content

Commit 91149e2

Browse files
chore: release version v2.0.4
1 parent 54cf950 commit 91149e2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="2.0.4"></a>
2+
## [2.0.4](https://github.com/dignifiedquire/borc/compare/v2.0.3...v2.0.4) (2018-10-18)
3+
4+
5+
### Performance Improvements
6+
7+
* avoid object allocation when creating strings from the underlying buffer ([e609298](https://github.com/dignifiedquire/borc/commit/e609298))
8+
9+
10+
111
<a name="2.0.3"></a>
212
## [2.0.3](https://github.com/dignifiedquire/borc/compare/v2.0.2...v2.0.3) (2018-05-02)
313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "borc",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Encode and parse data in the Concise Binary Object Representation (CBOR) data format (RFC7049).",
55
"main": "./src/index.js",
66
"repository": {

0 commit comments

Comments
 (0)