Skip to content

Commit

Permalink
chore(release): 12.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [12.2.2](v12.2.1...v12.2.2) (2024-05-17)

### Trivial Changes

* add test for never-ending recursion ([#375](#375)) ([59309b0](59309b0))

### Dependencies

* **dev:** bump sinon from 17.0.2 to 18.0.0 ([#377](#377)) ([f1adf0f](f1adf0f))
  • Loading branch information
semantic-release-bot committed May 17, 2024
1 parent f1adf0f commit c89a872
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [12.2.2](https://github.com/multiformats/js-multiaddr/compare/v12.2.1...v12.2.2) (2024-05-17)


### Trivial Changes

* add test for never-ending recursion ([#375](https://github.com/multiformats/js-multiaddr/issues/375)) ([59309b0](https://github.com/multiformats/js-multiaddr/commit/59309b0c4dd0d96ab2d7e3f241db0ffaf3c1d220))


### Dependencies

* **dev:** bump sinon from 17.0.2 to 18.0.0 ([#377](https://github.com/multiformats/js-multiaddr/issues/377)) ([f1adf0f](https://github.com/multiformats/js-multiaddr/commit/f1adf0fb1da88449ccd5710f126e994c6e00ce3d))

## [12.2.1](https://github.com/multiformats/js-multiaddr/compare/v12.2.0...v12.2.1) (2024-03-13)


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.1",
"version": "12.2.2",
"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 c89a872

Please sign in to comment.