From e09d8320350c842a98a5ccd90eead6d8222a9bba Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sat, 9 Oct 2021 12:54:24 +0200 Subject: [PATCH] 2.0.2 --- CHANGELOG.md | 21 ++++++++++++++++++--- package.json | 2 +- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9085ffd..5c2bfba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.0.2] - 2021-10-09 + +### Added + +- Add `idempotentOpen` and `passiveOpen` features ([`fc3f1e0`](https://github.com/Level/supports/commit/fc3f1e0)) (Vincent Weevers) +- Add `events` feature ([`22a3837`](https://github.com/Level/supports/commit/22a3837)) (Vincent Weevers) +- Document that `encodings` implies utf8 default ([`d1b6d89`](https://github.com/Level/supports/commit/d1b6d89)) (Vincent Weevers) +- Document `status` values ([`0837a16`](https://github.com/Level/supports/commit/0837a16)) (Vincent Weevers) + +### Fixed + +- Update support matrices ([`eb92d8b`](https://github.com/Level/supports/commit/eb92d8b), [`ef14920`](https://github.com/Level/supports/commit/ef14920), [`0681a1e`](https://github.com/Level/supports/commit/0681a1e), [`ca2a0e6`](https://github.com/Level/supports/commit/ca2a0e6)) (Vincent Weevers) + ## [2.0.1] - 2021-09-24 ### Added @@ -26,10 +39,12 @@ :seedling: Initial release. -[2.0.1]: https://github.com/Level/supports/compare/v2.0.0...v2.0.1 +[2.0.2]: https://github.com/Level/supports/releases/tag/v2.0.2 + +[2.0.1]: https://github.com/Level/supports/releases/tag/v2.0.1 -[2.0.0]: https://github.com/Level/supports/compare/v1.0.1...v2.0.0 +[2.0.0]: https://github.com/Level/supports/releases/tag/v2.0.0 -[1.0.1]: https://github.com/Level/supports/compare/v1.0.0...v1.0.1 +[1.0.1]: https://github.com/Level/supports/releases/tag/v1.0.1 [1.0.0]: https://github.com/Level/supports/releases/tag/v1.0.0 diff --git a/package.json b/package.json index 9231435..0082bdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "level-supports", - "version": "2.0.1", + "version": "2.0.2", "description": "Create a manifest describing the abilities of a levelup or abstract-leveldown db", "license": "MIT", "scripts": {