From ff8c8c4868b12a669da713b826df79ef302a39e9 Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sat, 2 Oct 2021 11:49:01 +0200 Subject: [PATCH] 5.1.1 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe585bc7..24740c52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [5.1.1] - 2021-10-02 + +### Added + +- Document new features ([#727](https://github.com/Level/levelup/issues/727)) ([`e1ecad9`](https://github.com/Level/levelup/commit/e1ecad9)) (Vincent Weevers) + +### Fixed + +- Expose nextTick for API parity with `abstract-leveldown` ([`7bc86e4`](https://github.com/Level/levelup/commit/7bc86e4)) (Vincent Weevers) +- Set `supports.status` to true ([`e2e2c34`](https://github.com/Level/levelup/commit/e2e2c34)) (Vincent Weevers) + ## [5.1.0] - 2021-10-01 ### Changed @@ -1151,6 +1162,8 @@ _If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._ - Remove unused `inherits` variable ([**@rvagg**](https://github.com/rvagg)) +[5.1.1]: https://github.com/Level/levelup/releases/tag/v5.1.1 + [5.1.0]: https://github.com/Level/levelup/releases/tag/v5.1.0 [5.0.1]: https://github.com/Level/levelup/releases/tag/v5.0.1 diff --git a/package.json b/package.json index 00cf5d7a..b8ce5f12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "levelup", - "version": "5.1.0", + "version": "5.1.1", "description": "Fast & simple storage - a Node.js-style LevelDB wrapper", "license": "MIT", "main": "lib/levelup.js",