diff --git a/CHANGELOG.md b/CHANGELOG.md index b943188..0cf314c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index db9c2e9..1118213 100644 --- a/package.json +++ b/package.json @@ -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": {