Skip to content

Commit d4164fb

Browse files
chore(release): 12.3.1 [skip ci]
## [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))
1 parent a0bc8f9 commit d4164fb

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [12.3.1](https://github.com/multiformats/js-multiaddr/compare/v12.3.0...v12.3.1) (2024-09-09)
2+
3+
### Bug Fixes
4+
5+
* use named error instead of CodeError ([#385](https://github.com/multiformats/js-multiaddr/issues/385)) ([a0bc8f9](https://github.com/multiformats/js-multiaddr/commit/a0bc8f90384e3f2a8c6199da2a740cf6971db14b))
6+
7+
### Dependencies
8+
9+
* **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))
10+
111
## [12.3.0](https://github.com/multiformats/js-multiaddr/compare/v12.2.3...v12.3.0) (2024-06-05)
212

313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@multiformats/multiaddr",
3-
"version": "12.3.0",
3+
"version": "12.3.1",
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)