From dc879fb141475fb99a1347f4d511856a30ffd413 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Wed, 12 Oct 2022 12:12:21 +0000 Subject: [PATCH] chore(release): 7.0.1 [skip ci] ## [interface-datastore-v7.0.1](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore-v7.0.0...interface-datastore-v7.0.1) (2022-10-12) ### Trivial Changes * **deps:** bump nanoid from 3.3.4 to 4.0.0 in /packages/interface-datastore ([#110](https://github.com/ipfs/js-ipfs-interfaces/issues/110)) ([5e40d9c](https://github.com/ipfs/js-ipfs-interfaces/commit/5e40d9c86170fc4c7f0d6c6ee54161327a5493f1)) ### Dependencies * bump uint8arrays from 3.0.0 to 4.0.1 ([#175](https://github.com/ipfs/js-ipfs-interfaces/issues/175)) ([e8d5ea6](https://github.com/ipfs/js-ipfs-interfaces/commit/e8d5ea63feaaaf379890171f4660bfd8f1cfef5e)) * update sibling dependencies ([94dec57](https://github.com/ipfs/js-ipfs-interfaces/commit/94dec576ae4c259f5bd10c811f1d57785445beab)) --- packages/interface-datastore/CHANGELOG.md | 13 +++++++++++++ packages/interface-datastore/package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/packages/interface-datastore/CHANGELOG.md b/packages/interface-datastore/CHANGELOG.md index 8af9c674..f8685155 100644 --- a/packages/interface-datastore/CHANGELOG.md +++ b/packages/interface-datastore/CHANGELOG.md @@ -1,3 +1,16 @@ +## [interface-datastore-v7.0.1](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore-v7.0.0...interface-datastore-v7.0.1) (2022-10-12) + + +### Trivial Changes + +* **deps:** bump nanoid from 3.3.4 to 4.0.0 in /packages/interface-datastore ([#110](https://github.com/ipfs/js-ipfs-interfaces/issues/110)) ([5e40d9c](https://github.com/ipfs/js-ipfs-interfaces/commit/5e40d9c86170fc4c7f0d6c6ee54161327a5493f1)) + + +### Dependencies + +* bump uint8arrays from 3.0.0 to 4.0.1 ([#175](https://github.com/ipfs/js-ipfs-interfaces/issues/175)) ([e8d5ea6](https://github.com/ipfs/js-ipfs-interfaces/commit/e8d5ea63feaaaf379890171f4660bfd8f1cfef5e)) +* update sibling dependencies ([94dec57](https://github.com/ipfs/js-ipfs-interfaces/commit/94dec576ae4c259f5bd10c811f1d57785445beab)) + # Change Log All notable changes to this project will be documented in this file. diff --git a/packages/interface-datastore/package.json b/packages/interface-datastore/package.json index a8f36d11..61e6eb21 100644 --- a/packages/interface-datastore/package.json +++ b/packages/interface-datastore/package.json @@ -1,6 +1,6 @@ { "name": "interface-datastore", - "version": "7.0.0", + "version": "7.0.1", "description": "datastore interface", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs-interfaces/tree/master/packages/interface-datastore#readme",