Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Commit 1d2ba69

Browse files
committed
chore: release version v0.5.3
1 parent 1b66207 commit 1d2ba69

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="0.5.3"></a>
2+
## [0.5.3](https://github.com/ipld/js-cid/compare/v0.5.2...v0.5.3) (2018-03-12)
3+
4+
5+
### Bug Fixes
6+
7+
* [#39](https://github.com/ipld/js-cid/issues/39) - Improve constructor performance ([#45](https://github.com/ipld/js-cid/issues/45)) ([dc0bfd3](https://github.com/ipld/js-cid/commit/dc0bfd3))
8+
9+
10+
111
<a name="0.5.2"></a>
212
## [0.5.2](https://github.com/ipld/js-cid/compare/v0.5.1...v0.5.2) (2017-10-06)
313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cids",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "CID Implementation in JavaScript",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)