Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit d593d17

Browse files
chore(release): 7.0.3 [skip ci]
## [7.0.3](v7.0.2...v7.0.3) (2023-04-07) ### Bug Fixes * do not append peer id to advertised addresses ([#192](#192)) ([d1ee623](d1ee623))
1 parent d1ee623 commit d593d17

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [7.0.3](https://github.com/libp2p/js-libp2p-mdns/compare/v7.0.2...v7.0.3) (2023-04-07)
2+
3+
4+
### Bug Fixes
5+
6+
* do not append peer id to advertised addresses ([#192](https://github.com/libp2p/js-libp2p-mdns/issues/192)) ([d1ee623](https://github.com/libp2p/js-libp2p-mdns/commit/d1ee6236f678166e87d0784f041ad5588801fdf2))
7+
18
## [7.0.2](https://github.com/libp2p/js-libp2p-mdns/compare/v7.0.1...v7.0.2) (2023-03-30)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/mdns",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"description": "Node.js libp2p mDNS discovery implementation for peer discovery",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-mdns#readme",

0 commit comments

Comments
 (0)