Skip to content

Commit

Permalink
5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Oct 2, 2021
1 parent 77f8f4c commit f8d8732
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [5.0.1] - 2021-10-02

### Fixed

- Bump `levelup` to fix API parity with `abstract-leveldown` ([`77f8f4c`](https://github.com/Level/multileveldown/commit/77f8f4c)) (Vincent Weevers).

## [5.0.0] - 2021-10-01

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

:seedling: Initial release.

[5.0.1]: https://github.com/Level/multileveldown/releases/tag/v5.0.1

[5.0.0]: https://github.com/Level/multileveldown/releases/tag/v5.0.0

[4.0.0]: https://github.com/Level/multileveldown/releases/tag/v4.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multileveldown",
"version": "5.0.0",
"version": "5.0.1",
"description": "multilevel implemented using leveldowns with reconnect support",
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
Expand Down

0 comments on commit f8d8732

Please sign in to comment.