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

Commit 4905499

Browse files
committed
5.1.1
1 parent ac6e8c9 commit 4905499

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.1.1] - 2021-10-02
4+
5+
### Fixed
6+
7+
- Bump dependencies to prevent dedupe ([`ac6e8c9`](https://github.com/Level/party/commit/ac6e8c9)) (Vincent Weevers).
8+
39
## [5.1.0] - 2021-10-01
410

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

151157
Initial release :seedling:.
152158

159+
[5.1.1]: https://github.com/Level/party/releases/tag/v5.1.1
160+
153161
[5.1.0]: https://github.com/Level/party/releases/tag/v5.1.0
154162

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

0 commit comments

Comments
 (0)