Skip to content

Commit 17d1925

Browse files
committed
3.1.1
1 parent c80d29c commit 17d1925

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+
## [3.1.1] - 2025-09-29
4+
5+
### Fixed
6+
7+
- Make `AbstractSublevel#db` type more specific ([`cc290ed`](https://github.com/Level/abstract-level/commit/cc290ed)) (Shark that walks like a man)
8+
39
## [3.1.0] - 2025-04-12
410

511
### Added
@@ -119,6 +125,8 @@ _If you are upgrading, please see [`UPGRADING.md`](UPGRADING.md)._
119125

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

128+
[3.1.1]: https://github.com/Level/abstract-level/releases/tag/v3.1.1
129+
122130
[3.1.0]: https://github.com/Level/abstract-level/releases/tag/v3.1.0
123131

124132
[3.0.1]: https://github.com/Level/abstract-level/releases/tag/v3.0.1

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": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Abstract class for a lexicographically sorted key-value database",
55
"license": "MIT",
66
"main": "index.js",

0 commit comments

Comments
 (0)