We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284e0db commit d82cb54Copy full SHA for d82cb54
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [2.1.0] - 2021-10-27
4
+
5
+### Changed
6
7
+- Allow `manifest.encodings` to be an object ([`284e0db`](https://github.com/Level/supports/commit/284e0db)) (Vincent Weevers)
8
9
## [2.0.2] - 2021-10-09
10
11
### Added
@@ -39,6 +45,8 @@
39
45
40
46
:seedling: Initial release.
41
47
48
+[2.1.0]: https://github.com/Level/supports/releases/tag/v2.1.0
49
42
50
[2.0.2]: https://github.com/Level/supports/releases/tag/v2.0.2
43
51
44
52
[2.0.1]: https://github.com/Level/supports/releases/tag/v2.0.1
package.json
@@ -1,6 +1,6 @@
{
"name": "level-supports",
- "version": "2.0.2",
+ "version": "2.1.0",
"description": "Create a manifest describing the abilities of a levelup or abstract-leveldown db",
"license": "MIT",
"scripts": {
0 commit comments