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.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Nov 4, 2017
1 parent 27a54ee commit 7347384
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<a name="0.4.0"></a>
# [0.4.0](https://github.com/ipfs/js-datastore-fs/compare/v0.3.0...v0.4.0) (2017-11-04)


### Bug Fixes

* exclude node_modules and include flow-typed ([#5](https://github.com/ipfs/js-datastore-fs/issues/5)) ([1507a6b](https://github.com/ipfs/js-datastore-fs/commit/1507a6b))
* Windows support ([#7](https://github.com/ipfs/js-datastore-fs/issues/7)) ([e7c8f25](https://github.com/ipfs/js-datastore-fs/commit/e7c8f25)), closes [#6](https://github.com/ipfs/js-datastore-fs/issues/6)



<a name="0.3.0"></a>
# [0.3.0](https://github.com/ipfs/js-datastore-fs/compare/v0.2.0...v0.3.0) (2017-07-23)



<a name="0.2.0"></a>
# [0.2.0](https://github.com/ipfs/js-datastore-fs/compare/v0.1.1...v0.2.0) (2017-03-23)


### Features

* add open method ([#2](https://github.com/ipfs/js-datastore-fs/issues/2)) ([99c7409](https://github.com/ipfs/js-datastore-fs/commit/99c7409))



<a name="0.1.1"></a>
## [0.1.1](https://github.com/ipfs/js-datastore-fs/compare/v0.1.0...v0.1.1) (2017-03-17)


### Bug Fixes

* do not return values when not expected ([f9f1979](https://github.com/ipfs/js-datastore-fs/commit/f9f1979))



<a name="0.1.0"></a>
# 0.1.0 (2017-03-15)



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.3.0",
"version": "0.4.0",
"description": "Datastore implementation with file system backend",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 7347384

Please sign in to comment.