Skip to content

Commit

Permalink
6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Oct 2, 2021
1 parent a0856c4 commit 045028c
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.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
Expand Down Expand Up @@ -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
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.1.0",
"version": "6.1.1",
"description": "An drop-in replacement for LevelDOWN that works in memory only",
"authors": [
"Rod Vagg <[email protected]> (https://github.com/rvagg)"
Expand Down

0 comments on commit 045028c

Please sign in to comment.