Skip to content

Commit a04c7f1

Browse files
chore(release): 12.1.4 [skip ci]
## [12.1.4](v12.1.3...v12.1.4) (2023-07-28) ### Bug Fixes * precalculate multiaddr parts ([#330](#330)) ([cf7e9c6](cf7e9c6)), closes [#329](#329) ### Trivial Changes * update project config ([#326](#326)) ([76fa6f5](76fa6f5)) ### Documentation * import from @multiformats/multiaddr ([#327](#327)) ([4dedd4b](4dedd4b)) ### Dependencies * bump multiformats from 11.0.2 to 12.0.1 ([#328](#328)) ([07d4f8a](07d4f8a)) * **dev:** bump aegir from 39.0.13 to 40.0.2 ([#333](#333)) ([3480741](3480741))
1 parent 3480741 commit a04c7f1

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## [12.1.4](https://github.com/multiformats/js-multiaddr/compare/v12.1.3...v12.1.4) (2023-07-28)
2+
3+
4+
### Bug Fixes
5+
6+
* precalculate multiaddr parts ([#330](https://github.com/multiformats/js-multiaddr/issues/330)) ([cf7e9c6](https://github.com/multiformats/js-multiaddr/commit/cf7e9c6dfffe8c5c2a9120d85a56465e3c856314)), closes [#329](https://github.com/multiformats/js-multiaddr/issues/329)
7+
8+
9+
### Trivial Changes
10+
11+
* update project config ([#326](https://github.com/multiformats/js-multiaddr/issues/326)) ([76fa6f5](https://github.com/multiformats/js-multiaddr/commit/76fa6f57b842010c2f74fffdca35b9a1435dbab9))
12+
13+
14+
### Documentation
15+
16+
* import from @multiformats/multiaddr ([#327](https://github.com/multiformats/js-multiaddr/issues/327)) ([4dedd4b](https://github.com/multiformats/js-multiaddr/commit/4dedd4bf6eeea9aa9847db6affe43b2b003fbee7))
17+
18+
19+
### Dependencies
20+
21+
* bump multiformats from 11.0.2 to 12.0.1 ([#328](https://github.com/multiformats/js-multiaddr/issues/328)) ([07d4f8a](https://github.com/multiformats/js-multiaddr/commit/07d4f8ad77f381e0ec7633bdfc9f6de34b818279))
22+
* **dev:** bump aegir from 39.0.13 to 40.0.2 ([#333](https://github.com/multiformats/js-multiaddr/issues/333)) ([3480741](https://github.com/multiformats/js-multiaddr/commit/34807412911acbb4532620260f4144c179642aad))
23+
124
## [12.1.3](https://github.com/multiformats/js-multiaddr/compare/v12.1.2...v12.1.3) (2023-05-11)
225

326

package.json

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