Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Oct 27, 2021
1 parent 284e0db commit d82cb54
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [2.1.0] - 2021-10-27

### Changed

- Allow `manifest.encodings` to be an object ([`284e0db`](https://github.com/Level/supports/commit/284e0db)) (Vincent Weevers)

## [2.0.2] - 2021-10-09

### Added
Expand Down Expand Up @@ -39,6 +45,8 @@

:seedling: Initial release.

[2.1.0]: https://github.com/Level/supports/releases/tag/v2.1.0

[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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit d82cb54

Please sign in to comment.