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.2.0
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jacob Heun <jacobheun@gmail.com>
  • Loading branch information
jacobheun committed Oct 1, 2018
1 parent 980f162 commit b8eab5a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
<a name="0.2.0"></a>
# 0.2.0 (2018-10-01)


### Bug Fixes

* **flow:** make flow pass and fix query abort call ([46e8e5e](https://github.com/ipfs/js-datastore-s3/commit/46e8e5e))
* add windows support ([feaed0d](https://github.com/ipfs/js-datastore-s3/commit/feaed0d))
* linting ([e00974f](https://github.com/ipfs/js-datastore-s3/commit/e00974f))
* resolve an issue where a new repo wouldnt init properly ([104d6e9](https://github.com/ipfs/js-datastore-s3/commit/104d6e9))


### Features

* add basic error codes and update test ([#8](https://github.com/ipfs/js-datastore-s3/issues/8)) ([31ba28a](https://github.com/ipfs/js-datastore-s3/commit/31ba28a))
* add querying and make all tests pass ([0c89c78](https://github.com/ipfs/js-datastore-s3/commit/0c89c78))
* initial featureset aside from querying ([b710421](https://github.com/ipfs/js-datastore-s3/commit/b710421))



<a name="0.1.0"></a>
# 0.1.0 (2018-05-07)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datastore-s3",
"version": "0.1.0",
"version": "0.2.0",
"description": "Datastore implementation backed by s3",
"leadMaintainer": "Jacob Heun<jacobheun@gmail.com>",
"main": "src/index.js",
Expand Down

0 comments on commit b8eab5a

Please sign in to comment.