From b81e6c07f31fec7f98a523fc86db2d6abb290234 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 27 Sep 2022 20:33:47 +0000 Subject: [PATCH] chore(release): 11.0.1 [skip ci] ## [11.0.1](https://github.com/multiformats/js-multiaddr/compare/v11.0.0...v11.0.1) (2022-09-27) ### Tests * webtransport with certhash ([#276](https://github.com/multiformats/js-multiaddr/issues/276)) ([7b9950a](https://github.com/multiformats/js-multiaddr/commit/7b9950adbce39e0bc980e780a8e7595e66383407)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb45d3d9..82e0455b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [11.0.1](https://github.com/multiformats/js-multiaddr/compare/v11.0.0...v11.0.1) (2022-09-27) + + +### Tests + +* webtransport with certhash ([#276](https://github.com/multiformats/js-multiaddr/issues/276)) ([7b9950a](https://github.com/multiformats/js-multiaddr/commit/7b9950adbce39e0bc980e780a8e7595e66383407)) + ## [11.0.0](https://github.com/multiformats/js-multiaddr/compare/v10.5.0...v11.0.0) (2022-09-21) diff --git a/package.json b/package.json index df1f617f..64adda08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiformats/multiaddr", - "version": "11.0.0", + "version": "11.0.1", "description": "multiaddr implementation (binary + string representation of network addresses)", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/multiformats/js-multiaddr#readme",