Skip to content

Commit bb5db18

Browse files
chore(release): 1.2.0 [skip ci]
## [1.2.0](v1.1.2...v1.2.0) (2024-03-14) ### Features * add matchers for HTTP and HTTPS addresses ([#23](#23)) ([8bfc218](8bfc218))
1 parent 8bfc218 commit bb5db18

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.2.0](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.1.2...v1.2.0) (2024-03-14)
2+
3+
4+
### Features
5+
6+
* add matchers for HTTP and HTTPS addresses ([#23](https://github.com/multiformats/js-multiaddr-matcher/issues/23)) ([8bfc218](https://github.com/multiformats/js-multiaddr-matcher/commit/8bfc218fd216426657115b87ba285c9f386ea618))
7+
18
## [1.1.2](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.1.1...v1.1.2) (2024-01-11)
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.1.2",
3+
"version": "1.2.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)