Skip to content

Commit 35bbd50

Browse files
chore(release): 1.8.0 [skip ci]
## [1.8.0](v1.7.2...v1.8.0) (2025-07-07) ### Features * add unix address matchers ([#41](#41)) ([4d5197a](4d5197a)) ### Trivial Changes * bump aegir from 46.0.5 to 47.0.19 ([#59](#59)) ([fbc637b](fbc637b))
1 parent 4d5197a commit 35bbd50

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.8.0](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.7.2...v1.8.0) (2025-07-07)
2+
3+
### Features
4+
5+
* add unix address matchers ([#41](https://github.com/multiformats/js-multiaddr-matcher/issues/41)) ([4d5197a](https://github.com/multiformats/js-multiaddr-matcher/commit/4d5197aa5b15c607c05a470f061a2427b7caad67))
6+
7+
### Trivial Changes
8+
9+
* bump aegir from 46.0.5 to 47.0.19 ([#59](https://github.com/multiformats/js-multiaddr-matcher/issues/59)) ([fbc637b](https://github.com/multiformats/js-multiaddr-matcher/commit/fbc637bbcc277dc1ba7379a40b6dfa860ac4dc90))
10+
111
## [1.7.2](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.7.1...v1.7.2) (2025-05-13)
212

313
### Bug Fixes

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.7.2",
3+
"version": "1.8.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)