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

Commit 045028c

Browse files
committed
6.1.1
1 parent a0856c4 commit 045028c

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.1] - 2021-10-02
4+
5+
### Fixed
6+
7+
- Optimize `db.clear()` ([#213](https://github.com/Level/memdown/issues/213)) ([`a0856c4`](https://github.com/Level/memdown/commit/a0856c4)) (Vincent Weevers).
8+
39
## [6.1.0] - 2021-09-28
410

511
### Added
@@ -166,6 +172,8 @@ _If you are upgrading: please see [`UPGRADING.md`](https://github.com/Level/memd
166172
- Remove unnecessary `rimraf` replacement for Browserify ([**@vweevers**](https://github.com/vweevers))
167173
- README: remove Greenkeeper badge ([**@ralphtheninja**](https://github.com/ralphtheninja))
168174

175+
[6.1.1]: https://github.com/Level/memdown/releases/tag/v6.1.1
176+
169177
[6.1.0]: https://github.com/Level/memdown/releases/tag/v6.1.0
170178

171179
[6.0.0]: https://github.com/Level/memdown/releases/tag/v6.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": "memdown",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
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)