From 6dd47879e17f9c9c98f0d264e9321be0aa0494f8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 28 Dec 2023 07:54:32 +0000 Subject: [PATCH] chore(release): 12.1.12 [skip ci] ## [12.1.12](https://github.com/multiformats/js-multiaddr/compare/v12.1.11...v12.1.12) (2023-12-28) ### Trivial Changes * 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)) ### Dependencies * 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)) * 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)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b75c572e..cc2dd1bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [12.1.12](https://github.com/multiformats/js-multiaddr/compare/v12.1.11...v12.1.12) (2023-12-28) + + +### Trivial Changes + +* 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)) + + +### Dependencies + +* 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)) +* 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)) + ## [12.1.11](https://github.com/multiformats/js-multiaddr/compare/v12.1.10...v12.1.11) (2023-11-30) diff --git a/package.json b/package.json index 2bcef361..8d4e7493 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiformats/multiaddr", - "version": "12.1.11", + "version": "12.1.12", "description": "multiaddr implementation (binary + string representation of network addresses)", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/multiformats/js-multiaddr#readme",