Skip to content

Commit 7ffb7b2

Browse files
committed
2.0.2
1 parent c07b5bf commit 7ffb7b2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [2.0.2] - 2024-12-09
4+
5+
### Fixed
6+
7+
- 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)
8+
39
## [2.0.1] - 2024-10-21
410

511
### Fixed
@@ -70,6 +76,8 @@ _If you are upgrading, please see [`UPGRADING.md`](UPGRADING.md)._
7076

7177
_:seedling: Initial release. If you are upgrading from `abstract-leveldown` please see [`UPGRADING.md`](UPGRADING.md)_
7278

79+
[2.0.2]: https://github.com/Level/abstract-level/releases/tag/v2.0.2
80+
7381
[2.0.1]: https://github.com/Level/abstract-level/releases/tag/v2.0.1
7482

7583
[2.0.0]: https://github.com/Level/abstract-level/releases/tag/v2.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": "abstract-level",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Abstract class for a lexicographically sorted key-value database",
55
"license": "MIT",
66
"main": "index.js",

0 commit comments

Comments
 (0)