Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## 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))
  • Loading branch information
semantic-release-bot committed Aug 3, 2023
1 parent e6919e1 commit 8325c09
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## 1.0.0 (2023-08-03)


### Features

* inital import ([e85bf9c](https://github.com/multiformats/js-multiaddr-matcher/commit/e85bf9c2f6534f9238135e8746fbefa3cff6b1c3))


### Bug Fixes

* remove zone id from ipv6 addresses ([e6919e1](https://github.com/multiformats/js-multiaddr-matcher/commit/e6919e1875f7f579ffb1fa4f5686d728e87983e2))


### Trivial Changes

* fix linting ([20067f7](https://github.com/multiformats/js-multiaddr-matcher/commit/20067f70a740d2c4a2622bf0ba6c3476d5e417a6))


### Documentation

* update readme ([32a45e6](https://github.com/multiformats/js-multiaddr-matcher/commit/32a45e61ec3fad262d1c4f50ca21a34a56792059))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@multiformats/multiaddr-matcher",
"version": "0.0.0",
"version": "1.0.0",
"description": "Match different multiaddr formats",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/multiformats/js-multiaddr-matcher#readme",
Expand Down

0 comments on commit 8325c09

Please sign in to comment.