Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Jan 27, 2024
1 parent 4e86afa commit 1bf208c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [6.0.0] - 2024-01-27

### Added

- Add `signals` ([#22](https://github.com/Level/supports/issues/22)) ([`74b1706`](https://github.com/Level/supports/commit/74b1706)) (Vincent Weevers).

### Removed

- **Breaking:** drop Node.js < 16 ([`4e86afa`](https://github.com/Level/supports/commit/4e86afa)) (Vincent Weevers).

## [5.0.0] - 2022-11-09

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

:seedling: Initial release.

[6.0.0]: https://github.com/Level/supports/releases/tag/v6.0.0

[5.0.0]: https://github.com/Level/supports/releases/tag/v5.0.0

[4.0.1]: https://github.com/Level/supports/releases/tag/v4.0.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "level-supports",
"version": "5.0.0",
"version": "6.0.0",
"description": "Create a manifest describing the abilities of an abstract-level database",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 1bf208c

Please sign in to comment.