From 90d2d6e3ee7a91f3a3a649e67593caaa32ff2a7c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 11 Oct 2024 16:36:43 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] ## [1.3.0](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.2.6...v1.3.0) (2024-10-11) ### Features * export functions to make custom matchers ([#38](https://github.com/multiformats/js-multiaddr-matcher/issues/38)) ([ede4bdb](https://github.com/multiformats/js-multiaddr-matcher/commit/ede4bdb99b1fb5ad65acb2cb220c04081e2c0285)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43ef6ef..8eb3228 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.3.0](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.2.6...v1.3.0) (2024-10-11) + +### Features + +* export functions to make custom matchers ([#38](https://github.com/multiformats/js-multiaddr-matcher/issues/38)) ([ede4bdb](https://github.com/multiformats/js-multiaddr-matcher/commit/ede4bdb99b1fb5ad65acb2cb220c04081e2c0285)) + ## [1.2.6](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.2.5...v1.2.6) (2024-09-26) ### Bug Fixes diff --git a/package.json b/package.json index 958f7aa..c49f1a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiformats/multiaddr-matcher", - "version": "1.2.6", + "version": "1.3.0", "description": "Match different multiaddr formats", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/multiformats/js-multiaddr-matcher#readme",