Skip to content

Commit 93b43ae

Browse files
committed
10.0.0
1 parent b27277c commit 93b43ae

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [10.0.0] - 2025-04-20
4+
5+
_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
6+
7+
### Changed
8+
9+
- **Breaking:** upgrade to abstract-level 3 ([#248](https://github.com/Level/level/issues/248)) ([`b27277c`](https://github.com/Level/level/commit/b27277c)) (Vincent Weevers)
10+
311
## [9.0.0] - 2024-12-01
412

513
_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
@@ -433,6 +441,8 @@ _0.17.0 and 0.17.0-1 are listed out of order here, due to 0.17.0-1 not adhering
433441

434442
:seedling: Initial release.
435443

444+
[10.0.0]: https://github.com/Level/level/releases/tag/v10.0.0
445+
436446
[9.0.0]: https://github.com/Level/level/releases/tag/v9.0.0
437447

438448
[8.0.1]: https://github.com/Level/level/releases/tag/v8.0.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "level",
3-
"version": "9.0.0",
3+
"version": "10.0.0",
44
"description": "Universal abstract-level database for Node.js and browsers",
55
"license": "MIT",
66
"main": "index.js",

0 commit comments

Comments
 (0)