From d3702b3d6cf598c4f44d52b58f685526dd3806c0 Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Fri, 25 Mar 2022 11:30:45 +0100 Subject: [PATCH] 6.1.1 --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7fc59f4..b93071a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -1074,7 +1081,7 @@ _Was not published as a tag and `package.json` was never committed with this ver ### Changed - Upgrade to `LevelDB@1.9.0`, fairly minor changes since 1.7.0 ([**@rvagg**](https://github.com/rvagg)) -- Upgrade to `Snappy@1.1.0`, changes block size to improve compression ~3%, slight decrease in speed ([**@rvagg**](https://github.com/rvagg)) +- Upgrade to `Snappy@1.1.0`, changes block size to improve compression \~3%, slight decrease in speed ([**@rvagg**](https://github.com/rvagg)) ## [0.1.1] - 2013-02-24 @@ -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 diff --git a/package.json b/package.json index be46ef1a..11133209 100644 --- a/package.json +++ b/package.json @@ -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",