Skip to content

Commit 8edd47d

Browse files
committed
chore: publish
- [email protected]
1 parent ab37d40 commit 8edd47d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

packages/interface-blockstore/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.1.0](https://github.com/ipfs/js-ipfs-interfaces/compare/[email protected]@0.1.0) (2021-06-25)
7+
8+
9+
### Features
10+
11+
* add in-memory blockstore implementation ([#1](https://github.com/ipfs/js-ipfs-interfaces/issues/1)) ([ab37d40](https://github.com/ipfs/js-ipfs-interfaces/commit/ab37d40c62875a976eb55054e0d604e237d5a8aa))
12+
13+
14+
15+
16+
617
## [0.0.5](https://github.com/ipfs/js-ipfs-interfaces/compare/[email protected]@0.0.5) (2021-06-22)
718

819
**Note:** Version bump only for package interface-blockstore

packages/interface-blockstore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-blockstore",
3-
"version": "0.0.5",
3+
"version": "0.1.0",
44
"description": "An interface for storing and retrieving blocks",
55
"main": "src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)