Skip to content

Commit 4b555c6

Browse files
committed
3.1.0
1 parent b5f5c52 commit 4b555c6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [3.1.0] - 2025-04-20
4+
5+
### Added
6+
7+
- Implement `db.getSync()` ([#21](https://github.com/Level/memory-level/issues/21)) ([`b5f5c52`](https://github.com/Level/memory-level/commit/b5f5c52)) (Vincent Weevers)
8+
39
## [3.0.0] - 2025-01-26
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)._
@@ -35,6 +41,8 @@ _If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
3541

3642
_:seedling: Initial release. If you are upgrading from `memdown`: please see [`UPGRADING.md`](./UPGRADING.md)._
3743

44+
[3.1.0]: https://github.com/Level/memory-level/releases/tag/v3.1.0
45+
3846
[3.0.0]: https://github.com/Level/memory-level/releases/tag/v3.0.0
3947

4048
[2.0.0]: https://github.com/Level/memory-level/releases/tag/v2.0.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "memory-level",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "In-memory abstract-level database for Node.js and browsers",
55
"author": "Rod Vagg <[email protected]> (https://github.com/rvagg)",
66
"license": "MIT",

0 commit comments

Comments
 (0)