Skip to content

Commit

Permalink
chore: release version v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Oct 18, 2018
1 parent 54cf950 commit 91149e2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="2.0.4"></a>
## [2.0.4](https://github.com/dignifiedquire/borc/compare/v2.0.3...v2.0.4) (2018-10-18)


### Performance Improvements

* avoid object allocation when creating strings from the underlying buffer ([e609298](https://github.com/dignifiedquire/borc/commit/e609298))



<a name="2.0.3"></a>
## [2.0.3](https://github.com/dignifiedquire/borc/compare/v2.0.2...v2.0.3) (2018-05-02)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "borc",
"version": "2.0.3",
"version": "2.0.4",
"description": "Encode and parse data in the Concise Binary Object Representation (CBOR) data format (RFC7049).",
"main": "./src/index.js",
"repository": {
Expand Down

0 comments on commit 91149e2

Please sign in to comment.