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

Commit ebc21a2

Browse files
committed
chore: release version v0.5.4
1 parent 793e53b commit ebc21a2

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="0.5.4"></a>
2+
## [0.5.4](https://github.com/ipld/js-cid/compare/v0.5.3...v0.5.4) (2018-09-24)
3+
4+
5+
### Bug Fixes
6+
7+
* linter errors ([9f9359d](https://github.com/ipld/js-cid/commit/9f9359d))
8+
* migrate to class-is for instance comparise, fixes [#53](https://github.com/ipld/js-cid/issues/53) ([6b6873b](https://github.com/ipld/js-cid/commit/6b6873b))
9+
* remove direct access to codec lookup table ([4027108](https://github.com/ipld/js-cid/commit/4027108))
10+
* use org/repo convention ([5805660](https://github.com/ipld/js-cid/commit/5805660))
11+
12+
13+
### Features
14+
15+
* add toString function ([f47e68c](https://github.com/ipld/js-cid/commit/f47e68c))
16+
17+
18+
119
<a name="0.5.3"></a>
220
## [0.5.3](https://github.com/ipld/js-cid/compare/v0.5.2...v0.5.3) (2018-03-12)
321

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.3",
3+
"version": "0.5.4",
44
"description": "CID Implementation in JavaScript",
55
"leadMaintainer": "Volker Mische <[email protected]>",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)