Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Apr 9, 2021
1 parent 5d7cc6d commit 2323a05
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [2.0.0] - 2021-04-09

### Changed

- **Breaking:** modernize syntax and bump standard ([`5d7cc6d`](https://github.com/Level/supports/commit/5d7cc6d)) ([Level/community#98](https://github.com/Level/community/issues/98)) (Vincent Weevers). Drops support of node 6, node 8 and old browsers.

## [1.0.1] - 2019-10-13

### Added
Expand All @@ -14,4 +20,6 @@

:seedling: Initial release.

[2.0.0]: https://github.com/Level/supports/compare/v1.0.1...v2.0.0

[1.0.1]: https://github.com/Level/supports/compare/v1.0.0...v1.0.1
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": "1.0.1",
"version": "2.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 2323a05

Please sign in to comment.