Skip to content

Commit

Permalink
6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Sep 12, 2021
1 parent 8fdcaaa commit 8985b57
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.0.2] - 2021-09-12

### Fixed

- Close database on environment exit ([#783](https://github.com/Level/leveldown/issues/783)) ([`8fdcaaa`](https://github.com/Level/leveldown/commit/8fdcaaa)) (Vincent Weevers).

## [6.0.1] - 2021-08-01

### Fixed
Expand Down Expand Up @@ -1102,6 +1108,8 @@ _Was not published as a tag and `package.json` was never committed with this ver

:seedling: First release. Extracted from `levelup` as a stand-alone package ([**@rvagg**](https://github.com/rvagg))

[6.0.2]: https://github.com/Level/leveldown/releases/tag/v6.0.2

[6.0.1]: https://github.com/Level/leveldown/releases/tag/v6.0.1

[6.0.0]: https://github.com/Level/leveldown/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": "leveldown",
"version": "6.0.1",
"version": "6.0.2",
"description": "A low-level Node.js LevelDB binding",
"license": "MIT",
"main": "leveldown.js",
Expand Down

0 comments on commit 8985b57

Please sign in to comment.