From bcb0503bc197f4d5f582eabaadcb020a2db9305e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 30 Aug 2022 13:18:38 +0000 Subject: [PATCH] chore(release): 10.3.5 [skip ci] ## [10.3.5](https://github.com/multiformats/js-multiaddr/compare/v10.3.4...v10.3.5) (2022-08-30) ### Trivial Changes * update project config ([#265](https://github.com/multiformats/js-multiaddr/issues/265)) ([4d3ba0c](https://github.com/multiformats/js-multiaddr/commit/4d3ba0cb0fad93189548e7e45d8322477eea1e5f)) ### Dependencies * bump is-ip from 4.0.0 to 5.0.0 ([#260](https://github.com/multiformats/js-multiaddr/issues/260)) ([3cd4699](https://github.com/multiformats/js-multiaddr/commit/3cd4699030a84767e3951646e1af253665a86890)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fbeb537..548c8932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [10.3.5](https://github.com/multiformats/js-multiaddr/compare/v10.3.4...v10.3.5) (2022-08-30) + + +### Trivial Changes + +* update project config ([#265](https://github.com/multiformats/js-multiaddr/issues/265)) ([4d3ba0c](https://github.com/multiformats/js-multiaddr/commit/4d3ba0cb0fad93189548e7e45d8322477eea1e5f)) + + +### Dependencies + +* bump is-ip from 4.0.0 to 5.0.0 ([#260](https://github.com/multiformats/js-multiaddr/issues/260)) ([3cd4699](https://github.com/multiformats/js-multiaddr/commit/3cd4699030a84767e3951646e1af253665a86890)) + ## [10.3.4](https://github.com/multiformats/js-multiaddr/compare/v10.3.3...v10.3.4) (2022-08-30) diff --git a/package.json b/package.json index 7765260a..e7506a72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiformats/multiaddr", - "version": "10.3.4", + "version": "10.3.5", "description": "multiaddr implementation (binary + string representation of network addresses)", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/multiformats/js-multiaddr#readme",