We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85d5045 commit b02922eCopy full SHA for b02922e
CHANGELOG.md
@@ -1,3 +1,23 @@
1
+<a name="8.0.1"></a>
2
+## [8.0.1](https://github.com/multiformats/js-mafmt/compare/v7.1.0...v8.0.1) (2020-10-27)
3
+
4
5
+### Bug Fixes
6
7
+* replace node buffers with uint8arrays ([#59](https://github.com/multiformats/js-mafmt/issues/59)) ([022ab87](https://github.com/multiformats/js-mafmt/commit/022ab87))
8
9
10
+### Features
11
12
+* add dnsnaddr p2p ([95d5178](https://github.com/multiformats/js-mafmt/commit/95d5178))
13
14
15
+### BREAKING CHANGES
16
17
+* - Now uses a version of `multiaddr` than has a `.bytes` property instead of `.buffer`
18
19
20
21
<a name="8.0.0"></a>
22
# [8.0.0](https://github.com/multiformats/js-mafmt/compare/v7.1.0...v8.0.0) (2020-08-10)
23
0 commit comments