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

Commit

Permalink
5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Oct 2, 2021
1 parent ac6e8c9 commit 4905499
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.1.1] - 2021-10-02

### Fixed

- Bump dependencies to prevent dedupe ([`ac6e8c9`](https://github.com/Level/party/commit/ac6e8c9)) (Vincent Weevers).

## [5.1.0] - 2021-10-01

_Effectively adds `db.getMany(keys)`, `db.supports`, `db.clear()` and `for await...of db.iterator()`._
Expand Down Expand Up @@ -150,6 +156,8 @@ No changes.

Initial release :seedling:.

[5.1.1]: https://github.com/Level/party/releases/tag/v5.1.1

[5.1.0]: https://github.com/Level/party/releases/tag/v5.1.0

[5.0.0]: https://github.com/Level/party/releases/tag/v5.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": "level-party",
"version": "5.1.0",
"version": "5.1.1",
"description": "Open a leveldb handle multiple times",
"license": "MIT",
"main": "index.js",
Expand Down

0 comments on commit 4905499

Please sign in to comment.