Skip to content

Commit ccdd3be

Browse files
chore(release): 12.2.0 [skip ci]
## [12.2.0](v12.1.14...v12.2.0) (2024-03-11) ### Features * accept DNS resolver when resolving DNSADDR addresses ([#373](#373)) ([9b2df99](9b2df99)) ### Trivial Changes * add or force update .github/workflows/js-test-and-release.yml ([#371](#371)) ([f61dec7](f61dec7)) * update project ([#372](#372)) ([9ce73b2](9ce73b2))
1 parent 9b2df99 commit ccdd3be

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [12.2.0](https://github.com/multiformats/js-multiaddr/compare/v12.1.14...v12.2.0) (2024-03-11)
2+
3+
4+
### Features
5+
6+
* accept DNS resolver when resolving DNSADDR addresses ([#373](https://github.com/multiformats/js-multiaddr/issues/373)) ([9b2df99](https://github.com/multiformats/js-multiaddr/commit/9b2df992c067cecc80e6290ccba34e30291b9617))
7+
8+
9+
### Trivial Changes
10+
11+
* add or force update .github/workflows/js-test-and-release.yml ([#371](https://github.com/multiformats/js-multiaddr/issues/371)) ([f61dec7](https://github.com/multiformats/js-multiaddr/commit/f61dec7a498f63de9c0943ce54d6694e578ca16a))
12+
* update project ([#372](https://github.com/multiformats/js-multiaddr/issues/372)) ([9ce73b2](https://github.com/multiformats/js-multiaddr/commit/9ce73b2a950c904095f367f059ea087574302d77))
13+
114
## [12.1.14](https://github.com/multiformats/js-multiaddr/compare/v12.1.13...v12.1.14) (2024-01-24)
215

316

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.1.14",
3+
"version": "12.2.0",
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)