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

Commit 6264c70

Browse files
chore: release version v0.1.0
1 parent de681e3 commit 6264c70

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<a name="0.1.0"></a>
2+
# 0.1.0 (2017-03-15)
3+
4+
5+
### Bug Fixes
6+
7+
* key handling ([682f8b3](https://github.com/ipfs/js-datastore-level/commit/682f8b3))
8+
* working interop with go ([f5e03c6](https://github.com/ipfs/js-datastore-level/commit/f5e03c6))
9+
10+
11+

package.json

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

0 commit comments

Comments
 (0)