From add9592ae5fef3a398681904b4dc7dfaeb9c0946 Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sun, 6 Mar 2022 17:04:37 +0100 Subject: [PATCH] 4.0.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdba270..39e3478 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.1] - 2022-03-06 + +### Fixed + +- Update support matrix ([`c30998f`](https://github.com/Level/supports/commit/c30998f)) (Vincent Weevers) +- Align LICENSE with SPDX ([`1bb9f9c`](https://github.com/Level/supports/commit/1bb9f9c)) (Vincent Weevers) + ## [4.0.0] - 2022-01-02 ### Removed @@ -69,6 +76,8 @@ _No longer compatible with `abstract-leveldown`, `levelup` or their dependents._ :seedling: Initial release. +[4.0.1]: https://github.com/Level/supports/releases/tag/v4.0.1 + [4.0.0]: https://github.com/Level/supports/releases/tag/v4.0.0 [3.0.0]: https://github.com/Level/supports/releases/tag/v3.0.0 diff --git a/package.json b/package.json index a7573df..9bdbeda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "level-supports", - "version": "4.0.0", + "version": "4.0.1", "description": "Create a manifest describing the abilities of an abstract-level database", "license": "MIT", "scripts": {