Skip to content

Commit

Permalink
5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Oct 1, 2021
1 parent 7e71fd5 commit d0b6a14
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog

## [5.1.0] - 2021-10-01

### Changed

- Bump `deferred-leveldown` from 6.x to 7.x ([`2226bba`](https://github.com/Level/levelup/commit/2226bba)) (Vincent Weevers)

### Added

- Add `db.getMany(keys)` ([`02cf2d3`](https://github.com/Level/levelup/commit/02cf2d3)) (Vincent Weevers).

## [5.0.1] - 2021-06-07

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

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

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

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

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

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

[0.6.0-rc1]:https://github.com/Level/levelup/releases/tag/0.6.0-rc1
[0.6.0-rc1]: https://github.com/Level/levelup/releases/tag/0.6.0-rc1

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

Expand Down
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -42,8 +42,6 @@
- [Contributing](#contributing)
- [Big Thanks](#big-thanks)
- [Donate](#donate)
- [Backers](#backers)
- [Sponsors](#sponsors)
- [License](#license)

</details>
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "levelup",
"version": "5.0.1",
"version": "5.1.0",
"description": "Fast & simple storage - a Node.js-style LevelDB wrapper",
"license": "MIT",
"main": "lib/levelup.js",
Expand Down

0 comments on commit d0b6a14

Please sign in to comment.