Skip to content

Commit 972fec7

Browse files
chore(release): 1.1.0 [skip ci]
## [1.1.0](v1.0.3...v1.1.0) (2023-11-06) ### Features * IP_OR_DOMAIN matcher - e.g. IP or DNS multiaddrs ([#19](#19)) ([3ecef6b](3ecef6b))
1 parent 3ecef6b commit 972fec7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.0](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.0.3...v1.1.0) (2023-11-06)
2+
3+
4+
### Features
5+
6+
* IP_OR_DOMAIN matcher - e.g. IP or DNS multiaddrs ([#19](https://github.com/multiformats/js-multiaddr-matcher/issues/19)) ([3ecef6b](https://github.com/multiformats/js-multiaddr-matcher/commit/3ecef6b8fcbe87f43455da4a1056af0a9461671e))
7+
18
## [1.0.3](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.0.2...v1.0.3) (2023-11-06)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@multiformats/multiaddr-matcher",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"description": "Match different multiaddr formats",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/multiformats/js-multiaddr-matcher#readme",

0 commit comments

Comments
 (0)