Skip to content

Commit ab6dbc8

Browse files
committed
9.0.0
1 parent 7d8c962 commit ab6dbc8

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+
## [9.0.0] - 2024-12-01
4+
5+
_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
6+
7+
### Changed
8+
9+
- **Breaking:** upgrade to `abstract-level` 2 ([#247](https://github.com/Level/level/issues/247)) ([`7d8c962`](https://github.com/Level/level/commit/7d8c962)) (Vincent Weevers)
10+
311
## [8.0.1] - 2024-01-27
412

513
### Fixed
@@ -425,6 +433,8 @@ _0.17.0 and 0.17.0-1 are listed out of order here, due to 0.17.0-1 not adhering
425433

426434
:seedling: Initial release.
427435

436+
[9.0.0]: https://github.com/Level/level/releases/tag/v9.0.0
437+
428438
[8.0.1]: https://github.com/Level/level/releases/tag/v8.0.1
429439

430440
[8.0.0]: https://github.com/Level/level/releases/tag/v8.0.0

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": "8.0.1",
3+
"version": "9.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)