Skip to content

Commit

Permalink
chore(release): 12.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [12.3.2](v12.3.1...v12.3.2) (2024-11-21)

### Bug Fixes

* do not allow modifying tuples ([#391](#391)) ([77f15d2](77f15d2))

### Documentation

* fix dnsaddrResolver name ([#392](#392)) ([823b45f](823b45f)), closes [#388](#388)
  • Loading branch information
semantic-release-bot committed Nov 21, 2024
1 parent 77f15d2 commit 72c352f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [12.3.2](https://github.com/multiformats/js-multiaddr/compare/v12.3.1...v12.3.2) (2024-11-21)

### Bug Fixes

* do not allow modifying tuples ([#391](https://github.com/multiformats/js-multiaddr/issues/391)) ([77f15d2](https://github.com/multiformats/js-multiaddr/commit/77f15d29b07e7b7e2fb9e3ef39cd0e1da0982388))

### Documentation

* fix dnsaddrResolver name ([#392](https://github.com/multiformats/js-multiaddr/issues/392)) ([823b45f](https://github.com/multiformats/js-multiaddr/commit/823b45fc786d0603f3260b9de4c7694dbe91533a)), closes [#388](https://github.com/multiformats/js-multiaddr/issues/388)

## [12.3.1](https://github.com/multiformats/js-multiaddr/compare/v12.3.0...v12.3.1) (2024-09-09)

### Bug Fixes
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.3.1",
"version": "12.3.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 72c352f

Please sign in to comment.