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

Commit d0b6a14

Browse files
committed
5.1.0
1 parent 7e71fd5 commit d0b6a14

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

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

3+
## [5.1.0] - 2021-10-01
4+
5+
### Changed
6+
7+
- Bump `deferred-leveldown` from 6.x to 7.x ([`2226bba`](https://github.com/Level/levelup/commit/2226bba)) (Vincent Weevers)
8+
9+
### Added
10+
11+
- Add `db.getMany(keys)` ([`02cf2d3`](https://github.com/Level/levelup/commit/02cf2d3)) (Vincent Weevers).
12+
313
## [5.0.1] - 2021-06-07
414

515
### Changed
@@ -1141,6 +1151,8 @@ _If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
11411151

11421152
- Remove unused `inherits` variable ([**@rvagg**](https://github.com/rvagg))
11431153

1154+
[5.1.0]: https://github.com/Level/levelup/releases/tag/v5.1.0
1155+
11441156
[5.0.1]: https://github.com/Level/levelup/releases/tag/v5.0.1
11451157

11461158
[5.0.0]: https://github.com/Level/levelup/releases/tag/v5.0.0
@@ -1271,7 +1283,7 @@ _If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
12711283

12721284
[0.6.0]: https://github.com/Level/levelup/releases/tag/0.6.0
12731285

1274-
[0.6.0-rc1]:https://github.com/Level/levelup/releases/tag/0.6.0-rc1
1286+
[0.6.0-rc1]: https://github.com/Level/levelup/releases/tag/0.6.0-rc1
12751287

12761288
[0.5.4]: https://github.com/Level/levelup/releases/tag/0.5.4
12771289

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@
4242
- [Contributing](#contributing)
4343
- [Big Thanks](#big-thanks)
4444
- [Donate](#donate)
45-
- [Backers](#backers)
46-
- [Sponsors](#sponsors)
4745
- [License](#license)
4846

4947
</details>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "levelup",
3-
"version": "5.0.1",
3+
"version": "5.1.0",
44
"description": "Fast & simple storage - a Node.js-style LevelDB wrapper",
55
"license": "MIT",
66
"main": "lib/levelup.js",

0 commit comments

Comments
 (0)