Skip to content

Commit 81e4c45

Browse files
chore(release): 1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2023-09-19) ### Bug Fixes * webtrc protocol comes before peer id but after p2p-circuit ([#6](#6)) ([a2429db](a2429db)) ### Trivial Changes * add or force update .github/workflows/js-test-and-release.yml ([#5](#5)) ([309e2c4](309e2c4)) * delete templates ([#4](#4)) ([5330a86](5330a86))
1 parent a2429db commit 81e4c45

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [1.0.2](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.0.1...v1.0.2) (2023-09-19)
2+
3+
4+
### Bug Fixes
5+
6+
* webtrc protocol comes before peer id but after p2p-circuit ([#6](https://github.com/multiformats/js-multiaddr-matcher/issues/6)) ([a2429db](https://github.com/multiformats/js-multiaddr-matcher/commit/a2429db190bcd4d1b6aa5e6b0ecfd3fe1aaff45a))
7+
8+
9+
### Trivial Changes
10+
11+
* add or force update .github/workflows/js-test-and-release.yml ([#5](https://github.com/multiformats/js-multiaddr-matcher/issues/5)) ([309e2c4](https://github.com/multiformats/js-multiaddr-matcher/commit/309e2c4028034b1279f96b805dd951111768cb3b))
12+
* delete templates ([#4](https://github.com/multiformats/js-multiaddr-matcher/issues/4)) ([5330a86](https://github.com/multiformats/js-multiaddr-matcher/commit/5330a86dd2e3f5d7e0c35036491b0a9b2fefeba2))
13+
114
## [1.0.1](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.0.0...v1.0.1) (2023-08-04)
215

316

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