Skip to content

Commit c89a872

Browse files
chore(release): 12.2.2 [skip ci]
## [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))
1 parent f1adf0f commit c89a872

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [12.2.2](https://github.com/multiformats/js-multiaddr/compare/v12.2.1...v12.2.2) (2024-05-17)
2+
3+
4+
### Trivial Changes
5+
6+
* add test for never-ending recursion ([#375](https://github.com/multiformats/js-multiaddr/issues/375)) ([59309b0](https://github.com/multiformats/js-multiaddr/commit/59309b0c4dd0d96ab2d7e3f241db0ffaf3c1d220))
7+
8+
9+
### Dependencies
10+
11+
* **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+
113
## [12.2.1](https://github.com/multiformats/js-multiaddr/compare/v12.2.0...v12.2.1) (2024-03-13)
214

315

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",
3-
"version": "12.2.1",
3+
"version": "12.2.2",
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)