Skip to content

Commit 691cd62

Browse files
chore(release): 12.3.0 [skip ci]
## [12.3.0](v12.2.3...v12.3.0) (2024-06-05) ### Features * add support for http-path ([#380](#380)) ([0524f79](0524f79)) ### Dependencies * **dev:** bump aegir from 42.2.11 to 43.0.1 ([#379](#379)) ([371f58d](371f58d))
1 parent 371f58d commit 691cd62

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [12.3.0](https://github.com/multiformats/js-multiaddr/compare/v12.2.3...v12.3.0) (2024-06-05)
2+
3+
4+
### Features
5+
6+
* add support for http-path ([#380](https://github.com/multiformats/js-multiaddr/issues/380)) ([0524f79](https://github.com/multiformats/js-multiaddr/commit/0524f7901f7dc813463cf19e45bbd62bf581fb38))
7+
8+
9+
### Dependencies
10+
11+
* **dev:** bump aegir from 42.2.11 to 43.0.1 ([#379](https://github.com/multiformats/js-multiaddr/issues/379)) ([371f58d](https://github.com/multiformats/js-multiaddr/commit/371f58dc7a7b9b10e6017dbac160975a11cc28a3))
12+
113
## [12.2.3](https://github.com/multiformats/js-multiaddr/compare/v12.2.2...v12.2.3) (2024-05-17)
214

315

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