Skip to content

Commit

Permalink
chore(release): 12.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [12.2.1](v12.2.0...v12.2.1) (2024-03-13)

### Bug Fixes

* remove unused dep ([#374](#374)) ([16e8a75](16e8a75))
  • Loading branch information
semantic-release-bot committed Mar 13, 2024
1 parent 16e8a75 commit 194956f
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.2.1](https://github.com/multiformats/js-multiaddr/compare/v12.2.0...v12.2.1) (2024-03-13)


### Bug Fixes

* remove unused dep ([#374](https://github.com/multiformats/js-multiaddr/issues/374)) ([16e8a75](https://github.com/multiformats/js-multiaddr/commit/16e8a75e074fc9462b81fe58f062dec7175f5fc9))

## [12.2.0](https://github.com/multiformats/js-multiaddr/compare/v12.1.14...v12.2.0) (2024-03-11)


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.2.0",
"version": "12.2.1",
"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 194956f

Please sign in to comment.