Skip to content

Commit 1bf208c

Browse files
committed
6.0.0
1 parent 4e86afa commit 1bf208c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [6.0.0] - 2024-01-27
4+
5+
### Added
6+
7+
- Add `signals` ([#22](https://github.com/Level/supports/issues/22)) ([`74b1706`](https://github.com/Level/supports/commit/74b1706)) (Vincent Weevers).
8+
9+
### Removed
10+
11+
- **Breaking:** drop Node.js < 16 ([`4e86afa`](https://github.com/Level/supports/commit/4e86afa)) (Vincent Weevers).
12+
313
## [5.0.0] - 2022-11-09
414

515
### Changed
@@ -83,6 +93,8 @@ _No longer compatible with `abstract-leveldown`, `levelup` or their dependents._
8393

8494
:seedling: Initial release.
8595

96+
[6.0.0]: https://github.com/Level/supports/releases/tag/v6.0.0
97+
8698
[5.0.0]: https://github.com/Level/supports/releases/tag/v5.0.0
8799

88100
[4.0.1]: https://github.com/Level/supports/releases/tag/v4.0.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "level-supports",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"description": "Create a manifest describing the abilities of an abstract-level database",
55
"license": "MIT",
66
"scripts": {

0 commit comments

Comments
 (0)