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

Commit 981f3ae

Browse files
chore(release): 10.0.0 [skip ci]
## [10.0.0](v9.0.4...v10.0.0) (2023-03-13) ### ⚠ BREAKING CHANGES * this module now implements interface-datastore@8.x.x ### Dependencies * update to interface-datastore 8.x.x ([#172](#172)) ([178d235](178d235))
1 parent 178d235 commit 981f3ae

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
@@ -1,3 +1,14 @@
1+
## [10.0.0](https://github.com/ipfs/js-datastore-level/compare/v9.0.4...v10.0.0) (2023-03-13)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* this module now implements interface-datastore@8.x.x
7+
8+
### Dependencies
9+
10+
* update to interface-datastore 8.x.x ([#172](https://github.com/ipfs/js-datastore-level/issues/172)) ([178d235](https://github.com/ipfs/js-datastore-level/commit/178d235254805f2abdd919e0860bd86af5b48582))
11+
112
## [9.0.4](https://github.com/ipfs/js-datastore-level/compare/v9.0.3...v9.0.4) (2022-11-03)
213

314

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": "9.0.4",
3+
"version": "10.0.0",
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)