From 7ffb7b25f82b6c461d058092441daf5767765c80 Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Mon, 9 Dec 2024 19:04:12 +0100 Subject: [PATCH] 2.0.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd20313..5a85c15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [2.0.2] - 2024-12-09 + +### Fixed + +- Fix TypeScript types of `get`, `getMany`, `nextv` and `all` ([#91](https://github.com/Level/abstract-level/issues/91)) ([`bbcfb04`](https://github.com/Level/abstract-level/commit/bbcfb04)) (Junxiao Shi) + ## [2.0.1] - 2024-10-21 ### Fixed @@ -70,6 +76,8 @@ _If you are upgrading, please see [`UPGRADING.md`](UPGRADING.md)._ _:seedling: Initial release. If you are upgrading from `abstract-leveldown` please see [`UPGRADING.md`](UPGRADING.md)_ +[2.0.2]: https://github.com/Level/abstract-level/releases/tag/v2.0.2 + [2.0.1]: https://github.com/Level/abstract-level/releases/tag/v2.0.1 [2.0.0]: https://github.com/Level/abstract-level/releases/tag/v2.0.0 diff --git a/package.json b/package.json index 3c245ef..bf070b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "abstract-level", - "version": "2.0.1", + "version": "2.0.2", "description": "Abstract class for a lexicographically sorted key-value database", "license": "MIT", "main": "index.js",