Skip to content

Commit 3fa54c1

Browse files
chore(release): 1.2.1 [skip ci]
## [1.2.1](v1.2.0...v1.2.1) (2024-04-30) ### Bug Fixes * make certhashes optional in WebTransport addresses ([#26](#26)) ([3d6206a](3d6206a))
1 parent 3d6206a commit 3fa54c1

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.1](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.2.0...v1.2.1) (2024-04-30)
2+
3+
4+
### Bug Fixes
5+
6+
* make certhashes optional in WebTransport addresses ([#26](https://github.com/multiformats/js-multiaddr-matcher/issues/26)) ([3d6206a](https://github.com/multiformats/js-multiaddr-matcher/commit/3d6206a977d2210d2ef983858b9622c37f9b6f91))
7+
18
## [1.2.0](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.1.2...v1.2.0) (2024-03-14)
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.2.0",
3+
"version": "1.2.1",
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)