diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d3b7de..c0264c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +# [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)) + + + ## [0.4.2](https://github.com/ipfs/js-datastore-fs/compare/v0.4.1...v0.4.2) (2017-12-05) diff --git a/package.json b/package.json index b253599..8448da9 100644 --- a/package.json +++ b/package.json @@ -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": {