Skip to content

Commit

Permalink
chore(release): 12.1.5 [skip ci]
Browse files Browse the repository at this point in the history
## [12.1.5](v12.1.4...v12.1.5) (2023-07-28)

### Bug Fixes

* make getPeerId return the target peer id from relay addrs ([#325](#325)) ([2b0e353](2b0e353)), closes [#319](#319)
  • Loading branch information
semantic-release-bot committed Jul 28, 2023
1 parent 2b0e353 commit fbb6628
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [12.1.5](https://github.com/multiformats/js-multiaddr/compare/v12.1.4...v12.1.5) (2023-07-28)


### Bug Fixes

* make getPeerId return the target peer id from relay addrs ([#325](https://github.com/multiformats/js-multiaddr/issues/325)) ([2b0e353](https://github.com/multiformats/js-multiaddr/commit/2b0e35325c9014db9c3c8aec915ff185dea2f786)), closes [#319](https://github.com/multiformats/js-multiaddr/issues/319)

## [12.1.4](https://github.com/multiformats/js-multiaddr/compare/v12.1.3...v12.1.4) (2023-07-28)


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": "@multiformats/multiaddr",
"version": "12.1.4",
"version": "12.1.5",
"description": "multiaddr implementation (binary + string representation of network addresses)",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/multiformats/js-multiaddr#readme",
Expand Down

0 comments on commit fbb6628

Please sign in to comment.