Breaking: drop support of Node.js < 18 · Level/memory-level@caff07d

Original file line numberDiff line numberDiff line change

@@ -4,7 +4,7 @@ This document describes breaking changes and how to upgrade. For a complete list

44
55

## 2.0.0

66
7-

This release upgrades to `abstract-level` 2.0.0 which adds [hooks](https://github.com/Level/abstract-level#hooks) and drops callbacks, not-found errors and support of Node.js < 16. Please refer to the [upgrade guide of `abstract-level`](https://github.com/Level/abstract-level/blob/v2.0.0/UPGRADING.md).

7+

This release upgrades to `abstract-level` 2.0.0 which adds [hooks](https://github.com/Level/abstract-level#hooks) and drops callbacks, not-found errors and support of Node.js < 16. Please refer to the [upgrade guide of `abstract-level`](https://github.com/Level/abstract-level/blob/v2.0.0/UPGRADING.md). The only thing to add is that `memory-level` also drops Node.js 16.

88
99

## 1.0.0

1010