Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - interface-blockstore@0.0.2
 - interface-store@0.0.2
  • Loading branch information
achingbrain committed May 14, 2021
1 parent 56e4826 commit 6aa50db
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/interface-blockstore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/js-ipfs-interfaces/compare/interface-blockstore@0.0.1...interface-blockstore@0.0.2) (2021-05-14)

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





## 0.0.1 (2021-05-14)

**Note:** Version bump only for package interface-blockstore
4 changes: 2 additions & 2 deletions packages/interface-blockstore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interface-blockstore",
"version": "0.0.1",
"version": "0.0.2",
"description": "An interface for storing and retrieving blocks",
"main": "src/index.js",
"types": "dist/src/index.d.ts",
Expand All @@ -17,7 +17,7 @@
"url": "git+https://github.com/ipfs/js-ipfs-interfaces.git"
},
"dependencies": {
"interface-store": "^0.0.1",
"interface-store": "^0.0.2",
"multiformats": "^8.0.4"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/interface-store/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/js-ipfs-interfaces/compare/interface-store@0.0.1...interface-store@0.0.2) (2021-05-14)

**Note:** Version bump only for package interface-store





## 0.0.1 (2021-05-14)

**Note:** Version bump only for package interface-store
2 changes: 1 addition & 1 deletion packages/interface-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interface-store",
"version": "0.0.1",
"version": "0.0.2",
"description": "A generic interface for storing and retrieving data",
"main": "src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit 6aa50db

Please sign in to comment.