Skip to content

Commit

Permalink
chore(release): 12.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Mar 11, 2024
1 parent 9b2df99 commit ccdd3be
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [12.2.0](https://github.com/multiformats/js-multiaddr/compare/v12.1.14...v12.2.0) (2024-03-11)


### Features

* 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))


### Trivial Changes

* 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))
* update project ([#372](https://github.com/multiformats/js-multiaddr/issues/372)) ([9ce73b2](https://github.com/multiformats/js-multiaddr/commit/9ce73b2a950c904095f367f059ea087574302d77))

## [12.1.14](https://github.com/multiformats/js-multiaddr/compare/v12.1.13...v12.1.14) (2024-01-24)


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.1.14",
"version": "12.2.0",
"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 ccdd3be

Please sign in to comment.