Skip to content

Commit

Permalink
chore(release): 12.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [12.1.0](v12.0.0...v12.1.0) (2023-03-21)

### Features

* add multiaddr filter function ([#305](#305)) ([bcd3cb5](bcd3cb5))
  • Loading branch information
semantic-release-bot committed Mar 21, 2023
1 parent bcd3cb5 commit bc2c73a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [12.1.0](https://github.com/multiformats/js-multiaddr/compare/v12.0.0...v12.1.0) (2023-03-21)


### Features

* add multiaddr filter function ([#305](https://github.com/multiformats/js-multiaddr/issues/305)) ([bcd3cb5](https://github.com/multiformats/js-multiaddr/commit/bcd3cb5c30b7b93db707d9ac7d697b455f0a8a90))

## [12.0.0](https://github.com/multiformats/js-multiaddr/compare/v11.6.1...v12.0.0) (2023-03-17)


Expand Down
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",
"version": "12.0.0",
"version": "12.1.0",
"description": "multiaddr implementation (binary + string representation of network addresses)",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/multiformats/js-multiaddr#readme",
Expand Down

0 comments on commit bc2c73a

Please sign in to comment.