Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
chore: release version v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobheun committed Aug 24, 2020
1 parent 9e0d23d commit c4be5ee
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="0.5.0"></a>
# [0.5.0](https://github.com/libp2p/js-interfaces/compare/v0.4.1...v0.5.0) (2020-08-24)


### Bug Fixes

* replace remaining Buffer usage with Uint8Array ([#62](https://github.com/libp2p/js-interfaces/issues/62)) ([4130e7f](https://github.com/libp2p/js-interfaces/commit/4130e7f))


### BREAKING CHANGES

* records now marshal as Uint8Array instead of Buffer

* fix: refactor remaining Buffer usage to Uint8Array



<a name="0.4.1"></a>
## [0.4.1](https://github.com/libp2p/js-interfaces/compare/v0.4.0...v0.4.1) (2020-08-11)

Expand Down

0 comments on commit c4be5ee

Please sign in to comment.