Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Commit f8d8732

Browse files
committed
5.0.1
1 parent 77f8f4c commit f8d8732

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [5.0.1] - 2021-10-02
4+
5+
### Fixed
6+
7+
- Bump `levelup` to fix API parity with `abstract-leveldown` ([`77f8f4c`](https://github.com/Level/multileveldown/commit/77f8f4c)) (Vincent Weevers).
8+
39
## [5.0.0] - 2021-10-01
410

511
_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
@@ -144,6 +150,8 @@ _If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
144150

145151
:seedling: Initial release.
146152

153+
[5.0.1]: https://github.com/Level/multileveldown/releases/tag/v5.0.1
154+
147155
[5.0.0]: https://github.com/Level/multileveldown/releases/tag/v5.0.0
148156

149157
[4.0.0]: https://github.com/Level/multileveldown/releases/tag/v4.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": "multileveldown",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "multilevel implemented using leveldowns with reconnect support",
55
"author": "Mathias Buus (@mafintosh)",
66
"license": "MIT",

0 commit comments

Comments
 (0)