From 56aab3f74bd09ea90e969287a15201b6527fe5bd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 Nov 2023 13:03:06 +0000 Subject: [PATCH] chore(release): 12.1.11 [skip ci] ## [12.1.11](https://github.com/multiformats/js-multiaddr/compare/v12.1.10...v12.1.11) (2023-11-30) ### Trivial Changes * update branch name ([7d0cfd7](https://github.com/multiformats/js-multiaddr/commit/7d0cfd7e0add12ca28d6fc8c139f9573afc4c3c1)) ### Dependencies * bump @libp2p/interface from 0.1.6 to 1.0.0 ([#357](https://github.com/multiformats/js-multiaddr/issues/357)) ([bb58351](https://github.com/multiformats/js-multiaddr/commit/bb58351496a892e1fbd4acacef39d03058abfdc1)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f7b242a..b75c572e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [12.1.11](https://github.com/multiformats/js-multiaddr/compare/v12.1.10...v12.1.11) (2023-11-30) + + +### Trivial Changes + +* update branch name ([7d0cfd7](https://github.com/multiformats/js-multiaddr/commit/7d0cfd7e0add12ca28d6fc8c139f9573afc4c3c1)) + + +### Dependencies + +* bump @libp2p/interface from 0.1.6 to 1.0.0 ([#357](https://github.com/multiformats/js-multiaddr/issues/357)) ([bb58351](https://github.com/multiformats/js-multiaddr/commit/bb58351496a892e1fbd4acacef39d03058abfdc1)) + ## [12.1.10](https://github.com/multiformats/js-multiaddr/compare/v12.1.9...v12.1.10) (2023-11-06) diff --git a/package.json b/package.json index 00bde891..9deeda88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiformats/multiaddr", - "version": "12.1.10", + "version": "12.1.11", "description": "multiaddr implementation (binary + string representation of network addresses)", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/multiformats/js-multiaddr#readme",