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

Commit 3abb824

Browse files
committed
6.1.0
1 parent d99c1ab commit 3abb824

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+
## [6.1.0] - 2021-09-28
4+
5+
### Added
6+
7+
- Add `db.getMany(keys)` ([#212](https://github.com/Level/memdown/issues/212)) ([`9d9691a`](https://github.com/Level/memdown/commit/9d9691a)) (Vincent Weevers).
8+
39
## [6.0.0] - 2021-04-10
410

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

169+
[6.1.0]: https://github.com/Level/memdown/releases/tag/v6.1.0
170+
163171
[6.0.0]: https://github.com/Level/memdown/releases/tag/v6.0.0
164172

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "memdown",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"description": "An drop-in replacement for LevelDOWN that works in memory only",
55
"authors": [
66
"Rod Vagg <rod@vagg.org> (https://github.com/rvagg)"

0 commit comments

Comments
 (0)