Skip to content

Commit 6dd4787

Browse files
chore(release): 12.1.12 [skip ci]
## [12.1.12](v12.1.11...v12.1.12) (2023-12-28) ### Trivial Changes * update .github/workflows/js-test-and-release.yml ([#358](#358)) ([ca07127](ca07127)) ### Dependencies * bump multiformats from 12.1.3 to 13.0.0 ([#360](#360)) ([d807310](d807310)) * bump uint8arrays from 4.0.10 to 5.0.0 ([#359](#359)) ([53c0c1c](53c0c1c))
1 parent 53c0c1c commit 6dd4787

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [12.1.12](https://github.com/multiformats/js-multiaddr/compare/v12.1.11...v12.1.12) (2023-12-28)
2+
3+
4+
### Trivial Changes
5+
6+
* update .github/workflows/js-test-and-release.yml ([#358](https://github.com/multiformats/js-multiaddr/issues/358)) ([ca07127](https://github.com/multiformats/js-multiaddr/commit/ca071273566b25b8e0afba0cba0ea3e7f0343f10))
7+
8+
9+
### Dependencies
10+
11+
* bump multiformats from 12.1.3 to 13.0.0 ([#360](https://github.com/multiformats/js-multiaddr/issues/360)) ([d807310](https://github.com/multiformats/js-multiaddr/commit/d80731039a00c740a11da8db9f9f172c6ee28b01))
12+
* bump uint8arrays from 4.0.10 to 5.0.0 ([#359](https://github.com/multiformats/js-multiaddr/issues/359)) ([53c0c1c](https://github.com/multiformats/js-multiaddr/commit/53c0c1c79ab62be09f4f1f4c1f4024203e033d62))
13+
114
## [12.1.11](https://github.com/multiformats/js-multiaddr/compare/v12.1.10...v12.1.11) (2023-11-30)
215

316

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