Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Nov 9, 2022
1 parent 3a64bbe commit d8893b0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.0.0] - 2022-11-09

### Changed

- **Breaking:** remove properties that were already true since `abstract-level@1` ([`43ba6b7`](https:/Level/supports/commit/43ba6b7)) (Vincent Weevers)
- Use promise API of `db.open()` and `close()` in tests ([`f2ad373`](https:/Level/supports/commit/f2ad373)) (Vincent Weevers)

## [4.0.1] - 2022-03-06

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

:seedling: Initial release.

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

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

[4.0.0]: https:/Level/supports/releases/tag/v4.0.0
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": "4.0.1",
"version": "5.0.0",
"description": "Create a manifest describing the abilities of an abstract-level database",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit d8893b0

Please sign in to comment.