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

Commit 8985b57

Browse files
committed
6.0.2
1 parent 8fdcaaa commit 8985b57

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [6.0.2] - 2021-09-12
4+
5+
### Fixed
6+
7+
- Close database on environment exit ([#783](https://github.com/Level/leveldown/issues/783)) ([`8fdcaaa`](https://github.com/Level/leveldown/commit/8fdcaaa)) (Vincent Weevers).
8+
39
## [6.0.1] - 2021-08-01
410

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

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

1111+
[6.0.2]: https://github.com/Level/leveldown/releases/tag/v6.0.2
1112+
11051113
[6.0.1]: https://github.com/Level/leveldown/releases/tag/v6.0.1
11061114

11071115
[6.0.0]: https://github.com/Level/leveldown/releases/tag/v6.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leveldown",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "A low-level Node.js LevelDB binding",
55
"license": "MIT",
66
"main": "leveldown.js",

0 commit comments

Comments
 (0)