Skip to content

Commit

Permalink
chore(release): 12.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [12.3.1](v12.3.0...v12.3.1) (2024-09-09)

### Bug Fixes

* use named error instead of CodeError ([#385](#385)) ([a0bc8f9](a0bc8f9))

### Dependencies

* **dev:** bump aegir from 43.0.3 to 44.1.1 ([#384](#384)) ([408ba5a](408ba5a))
  • Loading branch information
semantic-release-bot committed Sep 9, 2024
1 parent a0bc8f9 commit d4164fb
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.1](https://github.com/multiformats/js-multiaddr/compare/v12.3.0...v12.3.1) (2024-09-09)

### Bug Fixes

* use named error instead of CodeError ([#385](https://github.com/multiformats/js-multiaddr/issues/385)) ([a0bc8f9](https://github.com/multiformats/js-multiaddr/commit/a0bc8f90384e3f2a8c6199da2a740cf6971db14b))

### Dependencies

* **dev:** bump aegir from 43.0.3 to 44.1.1 ([#384](https://github.com/multiformats/js-multiaddr/issues/384)) ([408ba5a](https://github.com/multiformats/js-multiaddr/commit/408ba5ab2a8191da74509415f89dacc024135fc9))

## [12.3.0](https://github.com/multiformats/js-multiaddr/compare/v12.2.3...v12.3.0) (2024-06-05)


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.0",
"version": "12.3.1",
"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 d4164fb

Please sign in to comment.