Skip to content

Commit 89b107b

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2023-08-04) ### Documentation * update quic example to fix typo ([#1](#1)) ([a23a46f](a23a46f))
1 parent a23a46f commit 89b107b

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.0.1](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.0.0...v1.0.1) (2023-08-04)
2+
3+
4+
### Documentation
5+
6+
* update quic example to fix typo ([#1](https://github.com/multiformats/js-multiaddr-matcher/issues/1)) ([a23a46f](https://github.com/multiformats/js-multiaddr-matcher/commit/a23a46fb4b950975376c427cfb6efb3054832853))
7+
18
## 1.0.0 (2023-08-03)
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.0.0",
3+
"version": "1.0.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)