Skip to content

Commit bb0b785

Browse files
chore(release): 12.2.3 [skip ci]
## [12.2.3](v12.2.2...v12.2.3) (2024-05-17) ### Bug Fixes * handle quotes in dnsaddr results ([#378](#378)) ([b438d3d](b438d3d))
1 parent b438d3d commit bb0b785

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.2.3](https://github.com/multiformats/js-multiaddr/compare/v12.2.2...v12.2.3) (2024-05-17)
2+
3+
4+
### Bug Fixes
5+
6+
* handle quotes in dnsaddr results ([#378](https://github.com/multiformats/js-multiaddr/issues/378)) ([b438d3d](https://github.com/multiformats/js-multiaddr/commit/b438d3dfc6f9fa09b19252f9029fbe5dac41dbb3))
7+
18
## [12.2.2](https://github.com/multiformats/js-multiaddr/compare/v12.2.1...v12.2.2) (2024-05-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.2.2",
3+
"version": "12.2.3",
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)