From f55c465df32023e5e3978834ee5aab3e19af212a Mon Sep 17 00:00:00 2001 From: achingbrain Date: Mon, 28 Jun 2021 15:19:56 +0100 Subject: [PATCH] chore: publish - interface-blockstore-tests@0.0.2 --- packages/interface-blockstore-tests/CHANGELOG.md | 8 ++++++++ packages/interface-blockstore-tests/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/interface-blockstore-tests/CHANGELOG.md b/packages/interface-blockstore-tests/CHANGELOG.md index d2dae8c3..26c849ca 100644 --- a/packages/interface-blockstore-tests/CHANGELOG.md +++ b/packages/interface-blockstore-tests/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.2](https://github.com/ipfs/interface-blockstore/compare/interface-blockstore-tests@0.0.1...interface-blockstore-tests@0.0.2) (2021-06-28) + +**Note:** Version bump only for package interface-blockstore-tests + + + + + ## 0.0.1 (2021-06-28) **Note:** Version bump only for package interface-blockstore-tests diff --git a/packages/interface-blockstore-tests/package.json b/packages/interface-blockstore-tests/package.json index 3b7c584b..421ac238 100644 --- a/packages/interface-blockstore-tests/package.json +++ b/packages/interface-blockstore-tests/package.json @@ -1,6 +1,6 @@ { "name": "interface-blockstore-tests", - "version": "0.0.1", + "version": "0.0.2", "description": "Compliance tests for the blockstore interface", "leadMaintainer": "Alex Potsides ", "main": "src/index.js",