diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cf314c..9085ffd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [2.0.1] - 2021-09-24 + +### Added + +- Add features: `getMany`, `keyIterator`, `valueIterator`, `iteratorNextv`, `iteratorAll` ([#11](https://github.com/Level/supports/issues/11)) ([`b44a410`](https://github.com/Level/supports/commit/b44a410)) (Vincent Weevers) + ## [2.0.0] - 2021-04-09 ### Changed @@ -16,10 +22,14 @@ - Clone `additionalMethods` to prevent mutation ([#4](https://github.com/Level/supports/issues/4)) ([**@vweevers**](https://github.com/vweevers)) -## 1.0.0 - 2019-09-22 +## [1.0.0] - 2019-09-22 :seedling: Initial release. +[2.0.1]: https://github.com/Level/supports/compare/v2.0.0...v2.0.1 + [2.0.0]: https://github.com/Level/supports/compare/v1.0.1...v2.0.0 [1.0.1]: https://github.com/Level/supports/compare/v1.0.0...v1.0.1 + +[1.0.0]: https://github.com/Level/supports/releases/tag/v1.0.0 diff --git a/package.json b/package.json index 411a4a9..9231435 100644 --- a/package.json +++ b/package.json @@ -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": {