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

Commit 53922b0

Browse files
committed
chore: release version v0.7.0
1 parent 697a628 commit 53922b0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="0.7.0"></a>
2+
# [0.7.0](https://github.com/ipfs/js-datastore-level/compare/v0.6.0...v0.7.0) (2017-11-06)
3+
4+
5+
### Bug Fixes
6+
7+
* Windows interop ([#4](https://github.com/ipfs/js-datastore-level/issues/4)) ([5d67042](https://github.com/ipfs/js-datastore-level/commit/5d67042))
8+
9+
10+
111
<a name="0.6.0"></a>
212
# [0.6.0](https://github.com/ipfs/js-datastore-level/compare/v0.5.0...v0.6.0) (2017-07-23)
313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datastore-level",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Datastore implementation with level(up|down) backend",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)