Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Commit ff8c8c4

Browse files
committed
5.1.1
1 parent e1ecad9 commit ff8c8c4

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [5.1.1] - 2021-10-02
4+
5+
### Added
6+
7+
- Document new features ([#727](https://github.com/Level/levelup/issues/727)) ([`e1ecad9`](https://github.com/Level/levelup/commit/e1ecad9)) (Vincent Weevers)
8+
9+
### Fixed
10+
11+
- Expose nextTick for API parity with `abstract-leveldown` ([`7bc86e4`](https://github.com/Level/levelup/commit/7bc86e4)) (Vincent Weevers)
12+
- Set `supports.status` to true ([`e2e2c34`](https://github.com/Level/levelup/commit/e2e2c34)) (Vincent Weevers)
13+
314
## [5.1.0] - 2021-10-01
415

516
### Changed
@@ -1151,6 +1162,8 @@ _If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
11511162

11521163
- Remove unused `inherits` variable ([**@rvagg**](https://github.com/rvagg))
11531164

1165+
[5.1.1]: https://github.com/Level/levelup/releases/tag/v5.1.1
1166+
11541167
[5.1.0]: https://github.com/Level/levelup/releases/tag/v5.1.0
11551168

11561169
[5.0.1]: https://github.com/Level/levelup/releases/tag/v5.0.1

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "levelup",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "Fast & simple storage - a Node.js-style LevelDB wrapper",
55
"license": "MIT",
66
"main": "lib/levelup.js",

0 commit comments

Comments
 (0)