Skip to content

Commit

Permalink
5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Oct 2, 2021
1 parent e1ecad9 commit ff8c8c4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions 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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit ff8c8c4

Please sign in to comment.