Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Nov 7, 2021
1 parent 3df48fc commit 6dbfb59
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,5 +1,18 @@
# Changelog

## [3.0.0] - 2021-11-07

_No longer compatible with `abstract-leveldown` or its dependents._

### Changed

- **Breaking:** change `encodings` and `events` to always be objects ([`eb819a6`](https://github.com/Level/supports/commit/eb819a6)) (Vincent Weevers)
- **Breaking:** replace default export with named export ([`7e9e467`](https://github.com/Level/supports/commit/7e9e467)) (Vincent Weevers)

### Added

- Add typings ([`3df48fc`](https://github.com/Level/supports/commit/3df48fc)) (Vincent Weevers).

## [2.1.0] - 2021-10-27

### Changed
Expand Down Expand Up @@ -45,6 +58,8 @@

:seedling: Initial release.

[3.0.0]: https://github.com/Level/supports/releases/tag/v3.0.0

[2.1.0]: https://github.com/Level/supports/releases/tag/v2.1.0

[2.0.2]: https://github.com/Level/supports/releases/tag/v2.0.2
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": "2.1.0",
"version": "3.0.0",
"description": "Create a manifest describing the abilities of a levelup or abstract-leveldown db",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 6dbfb59

Please sign in to comment.