Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - interface-blockstore@0.0.1
 - interface-store@0.0.1
  • Loading branch information
achingbrain committed May 14, 2021
1 parent f65249d commit 1c1a4ae
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions packages/interface-blockstore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1 (2021-05-14)

**Note:** Version bump only for package interface-blockstore
2 changes: 1 addition & 1 deletion 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.0",
"version": "0.0.1",
"description": "An interface for storing and retrieving blocks",
"main": "src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/interface-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 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.0",
"version": "0.0.1",
"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 1c1a4ae

Please sign in to comment.