Skip to content

Commit

Permalink
chore: release version v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Mar 23, 2018
1 parent 80ec3f3 commit 677e4ed
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="3.1.0"></a>
# [3.1.0](https://github.com/multiformats/js-multiaddr/compare/v3.0.2...v3.1.0) (2018-03-23)


### Bug Fixes

* avoid constructor.name pattern ([e386738](https://github.com/multiformats/js-multiaddr/commit/e386738))
* use consistent /dnsaddr code ([#59](https://github.com/multiformats/js-multiaddr/issues/59)) ([67fef56](https://github.com/multiformats/js-multiaddr/commit/67fef56))



<a name="3.0.2"></a>
## [3.0.2](https://github.com/multiformats/js-multiaddr/compare/v3.0.1...v3.0.2) (2018-01-07)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multiaddr",
"version": "3.0.2",
"version": "3.1.0",
"description": "multiaddr implementation (binary + string representation of network addresses)",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 677e4ed

Please sign in to comment.