Skip to content

Commit 8325c09

Browse files
chore(release): 1.0.0 [skip ci]
## 1.0.0 (2023-08-03) ### Features * inital import ([e85bf9c](e85bf9c)) ### Bug Fixes * remove zone id from ipv6 addresses ([e6919e1](e6919e1)) ### Trivial Changes * fix linting ([20067f7](20067f7)) ### Documentation * update readme ([32a45e6](32a45e6))
1 parent e6919e1 commit 8325c09

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## 1.0.0 (2023-08-03)
2+
3+
4+
### Features
5+
6+
* inital import ([e85bf9c](https://github.com/multiformats/js-multiaddr-matcher/commit/e85bf9c2f6534f9238135e8746fbefa3cff6b1c3))
7+
8+
9+
### Bug Fixes
10+
11+
* remove zone id from ipv6 addresses ([e6919e1](https://github.com/multiformats/js-multiaddr-matcher/commit/e6919e1875f7f579ffb1fa4f5686d728e87983e2))
12+
13+
14+
### Trivial Changes
15+
16+
* fix linting ([20067f7](https://github.com/multiformats/js-multiaddr-matcher/commit/20067f70a740d2c4a2622bf0ba6c3476d5e417a6))
17+
18+
19+
### Documentation
20+
21+
* update readme ([32a45e6](https://github.com/multiformats/js-multiaddr-matcher/commit/32a45e61ec3fad262d1c4f50ca21a34a56792059))

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