Skip to content

Commit

Permalink
6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Mar 25, 2022
1 parent 51979d1 commit d3702b3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [6.1.1] - 2022-03-25

### Fixed

- Fix `getMany()` memory leak ([#804](https://github.com/Level/leveldown/issues/804)) ([`51979d1`](https://github.com/Level/leveldown/commit/51979d1)) (Vincent Weevers)
- Document new features ([`ba729d2`](https://github.com/Level/leveldown/commit/ba729d2)) (Vincent Weevers).

## [6.1.0] - 2021-09-28

### Added
Expand Down Expand Up @@ -1074,7 +1081,7 @@ _Was not published as a tag and `package.json` was never committed with this ver
### Changed

- Upgrade to `[email protected]`, fairly minor changes since 1.7.0 ([**@rvagg**](https://github.com/rvagg))
- Upgrade to `[email protected]`, changes block size to improve compression ~3%, slight decrease in speed ([**@rvagg**](https://github.com/rvagg))
- Upgrade to `[email protected]`, changes block size to improve compression \~3%, slight decrease in speed ([**@rvagg**](https://github.com/rvagg))

## [0.1.1] - 2013-02-24

Expand Down Expand Up @@ -1124,6 +1131,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.1.1]: https://github.com/Level/leveldown/releases/tag/v6.1.1

[6.1.0]: https://github.com/Level/leveldown/releases/tag/v6.1.0

[6.0.3]: https://github.com/Level/leveldown/releases/tag/v6.0.3
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.1.0",
"version": "6.1.1",
"description": "A low-level Node.js LevelDB binding",
"license": "MIT",
"main": "leveldown.js",
Expand Down

0 comments on commit d3702b3

Please sign in to comment.