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

Commit 8e2608f

Browse files
chore(release): 9.0.1 [skip ci]
## [9.0.1](v9.0.0...v9.0.1) (2022-08-14) ### Bug Fixes * restore open options and support old level iterators ([#132](#132)) ([78e4911](78e4911))
1 parent 78e4911 commit 8e2608f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [9.0.1](https://github.com/ipfs/js-datastore-level/compare/v9.0.0...v9.0.1) (2022-08-14)
2+
3+
4+
### Bug Fixes
5+
6+
* restore open options and support old level iterators ([#132](https://github.com/ipfs/js-datastore-level/issues/132)) ([78e4911](https://github.com/ipfs/js-datastore-level/commit/78e4911458371740f2c482c7b1907ec6c15d61d9))
7+
18
## [9.0.0](https://github.com/ipfs/js-datastore-level/compare/v8.0.0...v9.0.0) (2022-08-12)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datastore-level",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "Datastore implementation with level(up|down) backend",
55
"author": "Friedel Ziegelmayer<dignifiedquire@gmail.com>",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)