Skip to content

Commit d82cb54

Browse files
committed
2.1.0
1 parent 284e0db commit d82cb54

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## [2.0.2] - 2021-10-09
410

511
### Added
@@ -39,6 +45,8 @@
3945

4046
:seedling: Initial release.
4147

48+
[2.1.0]: https://github.com/Level/supports/releases/tag/v2.1.0
49+
4250
[2.0.2]: https://github.com/Level/supports/releases/tag/v2.0.2
4351

4452
[2.0.1]: https://github.com/Level/supports/releases/tag/v2.0.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "level-supports",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
44
"description": "Create a manifest describing the abilities of a levelup or abstract-leveldown db",
55
"license": "MIT",
66
"scripts": {

0 commit comments

Comments
 (0)