Skip to content

Commit c5dd82b

Browse files
committed
3.1.0
1 parent 30f887d commit c5dd82b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## [3.1.0] - 2025-04-12
4+
5+
### Added
6+
7+
- Add `getSync()` method ([#114](https://github.com/Level/abstract-level/issues/114)) ([`30f887d`](https://github.com/Level/abstract-level/commit/30f887d)) (Vincent Weevers)
8+
- Add docs for private `_has()` and `_hasMany()` ([#115](https://github.com/Level/abstract-level/issues/115)) ([`2af4d29`](https://github.com/Level/abstract-level/commit/2af4d29)) (Vincent Weevers)
9+
310
## [3.0.1] - 2025-01-26
411

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

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

122+
[3.1.0]: https://github.com/Level/abstract-level/releases/tag/v3.1.0
123+
115124
[3.0.1]: https://github.com/Level/abstract-level/releases/tag/v3.0.1
116125

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

0 commit comments

Comments
 (0)