Skip to content

Commit dff10fa

Browse files
committed
2.0.0
1 parent 91bf1cb commit dff10fa

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## [2.0.0] - 2024-10-22
4+
5+
_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
6+
7+
### Changed
8+
9+
- **Breaking:** upgrade to abstract-level 2 ([`77dac64`](https://github.com/Level/memory-level/commit/77dac64)) (Vincent Weevers)
10+
11+
### Removed
12+
13+
- **Breaking:** drop support of Node.js < 18 ([`caff07d`](https://github.com/Level/memory-level/commit/caff07d)) (Vincent Weevers)
14+
- Remove `level-mem` compatibility checks ([`8552de5`](https://github.com/Level/memory-level/commit/8552de5)) (Vincent Weevers)
15+
316
## [1.0.0] - 2022-01-30
417

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

20+
[2.0.0]: https://github.com/Level/memory-level/releases/tag/v2.0.0
21+
722
[1.0.0]: https://github.com/Level/memory-level/releases/tag/v1.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": "memory-level",
3-
"version": "1.0.0",
3+
"version": "2.0.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)