From 045028c4de5c82b828f4cc688c996a6ddf60a1e7 Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sat, 2 Oct 2021 12:35:42 +0200 Subject: [PATCH] 6.1.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c7427e..9062236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [6.1.1] - 2021-10-02 + +### Fixed + +- Optimize `db.clear()` ([#213](https://github.com/Level/memdown/issues/213)) ([`a0856c4`](https://github.com/Level/memdown/commit/a0856c4)) (Vincent Weevers). + ## [6.1.0] - 2021-09-28 ### Added @@ -166,6 +172,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.1]: https://github.com/Level/memdown/releases/tag/v6.1.1 + [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 diff --git a/package.json b/package.json index b70bb91..7106521 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "memdown", - "version": "6.1.0", + "version": "6.1.1", "description": "An drop-in replacement for LevelDOWN that works in memory only", "authors": [ "Rod Vagg (https://github.com/rvagg)"