chore: release version v8.0.0

This commit is contained in:
Jacob Heun 2020-08-10 15:37:39 +02:00
parent 48eaa4bf59
commit 1c92da635d
No known key found for this signature in database
GPG Key ID: CA5A94C15809879F

View File

@ -1,3 +1,18 @@
<a name="8.0.0"></a>
# [8.0.0](https://github.com/multiformats/js-mafmt/compare/v7.1.0...v8.0.0) (2020-08-10)
### Bug Fixes
* replace node buffers with uint8arrays ([#59](https://github.com/multiformats/js-mafmt/issues/59)) ([022ab87](https://github.com/multiformats/js-mafmt/commit/022ab87))
### BREAKING CHANGES
* - Now uses a version of `multiaddr` than has a `.bytes` property instead of `.buffer`
<a name="7.1.0"></a> <a name="7.1.0"></a>
# [7.1.0](https://github.com/multiformats/js-mafmt/compare/v7.0.1...v7.1.0) (2020-02-06) # [7.1.0](https://github.com/multiformats/js-mafmt/compare/v7.0.1...v7.1.0) (2020-02-06)