diff --git a/CHANGELOG.md b/CHANGELOG.md index c0264c0..334b69e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [0.6.0](https://github.com/ipfs/js-datastore-fs/compare/v0.5.0...v0.6.0) (2018-09-19) + + +### Features + +* add basic error codes ([c0fb50b](https://github.com/ipfs/js-datastore-fs/commit/c0fb50b)) + + + # [0.5.0](https://github.com/ipfs/js-datastore-fs/compare/v0.4.2...v0.5.0) (2018-05-28) diff --git a/package.json b/package.json index ae4897b..b8fc95a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "datastore-fs", - "version": "0.5.0", + "version": "0.6.0", "description": "Datastore implementation with file system backend", "main": "src/index.js", "scripts": {