Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Oct 21, 2024
1 parent 91bf1cb commit dff10fa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
# Changelog

## [2.0.0] - 2024-10-22

_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._

### Changed

- **Breaking:** upgrade to abstract-level 2 ([`77dac64`](https://github.com/Level/memory-level/commit/77dac64)) (Vincent Weevers)

### Removed

- **Breaking:** drop support of Node.js < 18 ([`caff07d`](https://github.com/Level/memory-level/commit/caff07d)) (Vincent Weevers)
- Remove `level-mem` compatibility checks ([`8552de5`](https://github.com/Level/memory-level/commit/8552de5)) (Vincent Weevers)

## [1.0.0] - 2022-01-30

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

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

[1.0.0]: https://github.com/Level/memory-level/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "memory-level",
"version": "1.0.0",
"version": "2.0.0",
"description": "In-memory abstract-level database for Node.js and browsers",
"author": "Rod Vagg <rod@vagg.org> (https://github.com/rvagg)",
"license": "MIT",
Expand Down

0 comments on commit dff10fa

Please sign in to comment.