From 3fa54c1d73ab34bfc6c907999b2e86f4795216eb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 30 Apr 2024 09:03:36 +0000 Subject: [PATCH] chore(release): 1.2.1 [skip ci] ## [1.2.1](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.2.0...v1.2.1) (2024-04-30) ### Bug Fixes * 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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 570c5cf..1c67aed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.1](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.2.0...v1.2.1) (2024-04-30) + + +### Bug Fixes + +* 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)) + ## [1.2.0](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.1.2...v1.2.0) (2024-03-14) diff --git a/package.json b/package.json index f8c21e3..259ef2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiformats/multiaddr-matcher", - "version": "1.2.0", + "version": "1.2.1", "description": "Match different multiaddr formats", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/multiformats/js-multiaddr-matcher#readme",