Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
chore: release version v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed May 28, 2018
1 parent ed71e75 commit 2271822
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="0.5.0"></a>
# [0.5.0](https://github.com/ipfs/js-datastore-fs/compare/v0.4.2...v0.5.0) (2018-05-28)


### Bug Fixes

* add basic flowtype for glob to fix flow runner ([ef6c1f0](https://github.com/ipfs/js-datastore-fs/commit/ef6c1f0))
* prevent delete from sending multiple args in callback ([0940452](https://github.com/ipfs/js-datastore-fs/commit/0940452))



<a name="0.4.2"></a>
## [0.4.2](https://github.com/ipfs/js-datastore-fs/compare/v0.4.1...v0.4.2) (2017-12-05)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datastore-fs",
"version": "0.4.2",
"version": "0.5.0",
"description": "Datastore implementation with file system backend",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 2271822

Please sign in to comment.