Skip to content

Commit

Permalink
6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Sep 28, 2021
1 parent d99c1ab commit 3abb824
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

## [6.1.0] - 2021-09-28

### Added

- Add `db.getMany(keys)` ([#212](https://github.com/Level/memdown/issues/212)) ([`9d9691a`](https://github.com/Level/memdown/commit/9d9691a)) (Vincent Weevers).

## [6.0.0] - 2021-04-10

_If you are upgrading: please see [`UPGRADING.md`](https://github.com/Level/memdown/blob/master/UPGRADING.md)._
Expand Down Expand Up @@ -160,6 +166,8 @@ _If you are upgrading: please see [`UPGRADING.md`](https://github.com/Level/memd
- Remove unnecessary `rimraf` replacement for Browserify ([**@vweevers**](https://github.com/vweevers))
- README: remove Greenkeeper badge ([**@ralphtheninja**](https://github.com/ralphtheninja))

[6.1.0]: https://github.com/Level/memdown/releases/tag/v6.1.0

[6.0.0]: https://github.com/Level/memdown/releases/tag/v6.0.0

[5.1.0]: https://github.com/Level/memdown/releases/tag/v5.1.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": "memdown",
"version": "6.0.0",
"version": "6.1.0",
"description": "An drop-in replacement for LevelDOWN that works in memory only",
"authors": [
"Rod Vagg <rod@vagg.org> (https://github.com/rvagg)"
Expand Down

0 comments on commit 3abb824

Please sign in to comment.