Skip to content

Commit a5b9f41

Browse files
committed
8.0.0
1 parent ad22b21 commit a5b9f41

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [8.0.0] - 2022-03-25
4+
5+
_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
6+
7+
### Changed
8+
9+
- **Breaking:** switch to `classic-level` and `browser-level` ([#215](https://github.com/Level/level/issues/215)) ([`ad22b21`](https://github.com/Level/level/commit/ad22b21)) (Vincent Weevers).
10+
311
## [7.0.1] - 2021-10-02
412

513
### Added
@@ -411,6 +419,8 @@ _0.17.0 and 0.17.0-1 are listed out of order here, due to 0.17.0-1 not adhering
411419

412420
:seedling: Initial release.
413421

422+
[8.0.0]: https://github.com/Level/level/releases/tag/v8.0.0
423+
414424
[7.0.1]: https://github.com/Level/level/releases/tag/v7.0.1
415425

416426
[7.0.0]: https://github.com/Level/level/releases/tag/v7.0.0

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "level",
3-
"version": "7.0.1",
3+
"version": "8.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)