Skip to content

Commit b02922e

Browse files
committedOct 27, 2020
chore: release version v8.0.1
1 parent 85d5045 commit b02922e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
 

‎CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -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+
121
<a name="8.0.0"></a>
222
# [8.0.0](https://github.com/multiformats/js-mafmt/compare/v7.1.0...v8.0.0) (2020-08-10)
323

0 commit comments

Comments
 (0)
Please sign in to comment.