Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
chore: release version v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed May 10, 2019
1 parent 69736ff commit 949c1c4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<a name="4.0.0"></a>
# [4.0.0](https://github.com/ipld/js-ipld-raw/compare/v3.0.0...v4.0.0) (2019-05-10)


### Bug Fixes

* **package:** update cids to version 0.7.0 ([0feb2fa](https://github.com/ipld/js-ipld-raw/commit/0feb2fa))


### BREAKING CHANGES

* **package:** Returned v1 CIDs now default to base32 encoding

Previous versions returned a base58 encoded string when `toString()`/
`toBaseEncodedString()` was called on a CIDv1. It now returns a base32
encoded string.



<a name="3.0.0"></a>
# [3.0.0](https://github.com/ipld/js-ipld-raw/compare/v2.0.1...v3.0.0) (2019-05-08)

Expand Down

0 comments on commit 949c1c4

Please sign in to comment.