From f47083a5e6205c7fd6d704c56967be0a497947f0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 11 Jan 2023 13:11:29 +0000 Subject: [PATCH] chore(release): 9.0.11 [skip ci] ### [9.0.11](https://github.com/ipfs/js-ipfs-utils/compare/v9.0.10...v9.0.11) (2023-01-11) ### Bug Fixes * add missing it-all dependency ([6679755](https://github.com/ipfs/js-ipfs-utils/commit/66797553c0783b1b9683acf1d6877fe6b72a8ecd)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a2da2a..8d371c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [9.0.11](https://github.com/ipfs/js-ipfs-utils/compare/v9.0.10...v9.0.11) (2023-01-11) + + +### Bug Fixes + +* add missing it-all dependency ([6679755](https://github.com/ipfs/js-ipfs-utils/commit/66797553c0783b1b9683acf1d6877fe6b72a8ecd)) + ### [9.0.10](https://github.com/ipfs/js-ipfs-utils/compare/v9.0.9...v9.0.10) (2023-01-11) diff --git a/package.json b/package.json index e4482e1..cf8998e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-utils", - "version": "9.0.10", + "version": "9.0.11", "description": "Package to aggregate shared logic and dependencies for the IPFS ecosystem", "author": "Hugo Dias ", "license": "Apache-2.0 OR MIT",