From 4e3694979e956419519228eff126228b56f62c3d Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sun, 18 Aug 2019 10:43:35 +0200 Subject: [PATCH] Prepare 6.1.0 --- CHANGELOG.md | 17 ++++++++++++++++- CONTRIBUTORS.md | 6 +++--- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ba7a6fb..70a7046c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ ## [Unreleased][unreleased] +## [6.1.0] - 2019-08-18 + +### Changed + +- Upgrade `hallmark` devDependency from `^0.1.0` to `^1.0.0` ([#343](https://github.com/Level/abstract-leveldown/issues/343)) ([**@vweevers**](https://github.com/vweevers)) +- Upgrade `standard` devDependency from `^12.0.0` to `^13.0.1` ([#341](https://github.com/Level/abstract-leveldown/issues/341)) ([**@vweevers**](https://github.com/vweevers)) + +### Added + +- Add `clear()` method to delete all entries or a range ([#310](https://github.com/Level/abstract-leveldown/issues/310)) ([**@vweevers**](https://github.com/vweevers)). + +**Historical Note** The `clear()` method is experimental and optional for the time being. Please see the [README](https://github.com/Level/abstract-leveldown) for details. + ## [6.0.3] - 2019-04-26 ### Changed @@ -756,7 +769,9 @@ No changes. Merely published changes made in `0.8.1`. First release. :seedling: -[unreleased]: https://github.com/level/abstract-leveldown/compare/v6.0.3...HEAD +[unreleased]: https://github.com/level/abstract-leveldown/compare/v6.1.0...HEAD + +[6.1.0]: https://github.com/level/abstract-leveldown/compare/v6.0.3...v6.1.0 [6.0.3]: https://github.com/level/abstract-leveldown/compare/v6.0.2...v6.0.3 diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index a75ab887..00bafe31 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -18,11 +18,11 @@ | **Mathias Buus** | [**@mafintosh**](https://github.com/mafintosh) | [**@mafintosh@twitter**](https://twitter.com/mafintosh) | | **Andrew Kelley** | [**@andrewrk**](https://github.com/andrewrk) | | | **Huan LI** | [**@zixia**](https://github.com/zixia) | [**@zixia@twitter**](https://twitter.com/zixia) | -| **Nathan Shively-Sanders** | [**@sandersn**](https://github.com/sandersn) | | -| **Tim Kuijsten** | [**@timkuijsten**](https://github.com/timkuijsten) | [**@timkuijsten@mastodon.social**](https://mastodon.social/@timkuijsten) | | **Nolan Lawson** | [**@nolanlawson**](https://github.com/nolanlawson) | [**@nolan@toot.cafe**](https://toot.cafe/@nolan) | -| **Hao-kang Den** | | | +| **Tim Kuijsten** | [**@timkuijsten**](https://github.com/timkuijsten) | [**@timkuijsten@mastodon.social**](https://mastodon.social/@timkuijsten) | | **Raynos (Jake Verbaten)** | | | +| **Nathan Shively-Sanders** | [**@sandersn**](https://github.com/sandersn) | | | **Kyle Robinson Young** | [**@shama**](https://github.com/shama) | [**@shamakry@twitter**](https://twitter.com/shamakry) | | **Tim Oxley** | [**@timoxley**](https://github.com/timoxley) | [**@secoif@twitter**](https://twitter.com/secoif) | | **Dominic Tarr** | [**@dominictarr**](https://github.com/dominictarr) | [**@dominictarr@twitter**](https://twitter.com/dominictarr) | +| **Hao-kang Den** | | |