Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Sep 24, 2021
1 parent 23924d5 commit a5c194c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [2.0.1] - 2021-09-24

### Added

- Add features: `getMany`, `keyIterator`, `valueIterator`, `iteratorNextv`, `iteratorAll` ([#11](https:/Level/supports/issues/11)) ([`b44a410`](https:/Level/supports/commit/b44a410)) (Vincent Weevers)

## [2.0.0] - 2021-04-09

### Changed
Expand All @@ -16,10 +22,14 @@

- Clone `additionalMethods` to prevent mutation ([#4](https:/Level/supports/issues/4)) ([**@vweevers**](https:/vweevers))

## 1.0.0 - 2019-09-22
## [1.0.0] - 2019-09-22

:seedling: Initial release.

[2.0.1]: https:/Level/supports/compare/v2.0.0...v2.0.1

[2.0.0]: https:/Level/supports/compare/v1.0.1...v2.0.0

[1.0.1]: https:/Level/supports/compare/v1.0.0...v1.0.1

[1.0.0]: https:/Level/supports/releases/tag/v1.0.0
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.0",
"version": "2.0.1",
"description": "Create a manifest describing the abilities of a levelup or abstract-leveldown db",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit a5c194c

Please sign in to comment.