Skip to content

Commit c35ab16

Browse files
committed
3.0.1
1 parent 90ee9b5 commit c35ab16

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.0.1] - 2025-01-26
4+
5+
### Added
6+
7+
- Test seeking outside of range options ([#113](https://github.com/Level/abstract-level/issues/113)) ([`90ee9b5`](https://github.com/Level/abstract-level/commit/90ee9b5)) (Vincent Weevers)
8+
39
## [3.0.0] - 2025-01-05
410

511
_Would you mind voting in this [community poll](https://github.com/orgs/Level/discussions/143)? Thank you! If you are upgrading, please see [`UPGRADING.md`](UPGRADING.md)._
@@ -106,6 +112,8 @@ _If you are upgrading, please see [`UPGRADING.md`](UPGRADING.md)._
106112

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

115+
[3.0.1]: https://github.com/Level/abstract-level/releases/tag/v3.0.1
116+
109117
[3.0.0]: https://github.com/Level/abstract-level/releases/tag/v3.0.0
110118

111119
[2.0.2]: https://github.com/Level/abstract-level/releases/tag/v2.0.2

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

0 commit comments

Comments
 (0)