Skip to content

Commit bc2c73a

Browse files
chore(release): 12.1.0 [skip ci]
## [12.1.0](v12.0.0...v12.1.0) (2023-03-21) ### Features * add multiaddr filter function ([#305](#305)) ([bcd3cb5](bcd3cb5))
1 parent bcd3cb5 commit bc2c73a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [12.1.0](https://github.com/multiformats/js-multiaddr/compare/v12.0.0...v12.1.0) (2023-03-21)
2+
3+
4+
### Features
5+
6+
* add multiaddr filter function ([#305](https://github.com/multiformats/js-multiaddr/issues/305)) ([bcd3cb5](https://github.com/multiformats/js-multiaddr/commit/bcd3cb5c30b7b93db707d9ac7d697b455f0a8a90))
7+
18
## [12.0.0](https://github.com/multiformats/js-multiaddr/compare/v11.6.1...v12.0.0) (2023-03-17)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@multiformats/multiaddr",
3-
"version": "12.0.0",
3+
"version": "12.1.0",
44
"description": "multiaddr implementation (binary + string representation of network addresses)",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/multiformats/js-multiaddr#readme",

0 commit comments

Comments
 (0)