Skip to content

Commit

Permalink
7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Sep 21, 2021
1 parent e436c96 commit dcde940
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

## [7.1.0] - 2021-09-21

### Added

- Support `for await...of db.iterator()` ([#379](https://github.com/Level/abstract-leveldown/issues/379)) ([`372695f`](https://github.com/Level/abstract-leveldown/commit/372695f)) (Vincent Weevers)

## [7.0.0] - 2021-04-09

_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
Expand Down Expand Up @@ -841,6 +847,8 @@ _It seems the version in `package.json` was never changed to `0.8.0` in the git

First release. :seedling:

[7.1.0]: https://github.com/Level/abstract-leveldown/releases/tag/v7.1.0

[7.0.0]: https://github.com/Level/abstract-leveldown/releases/tag/v7.0.0

[6.3.0]: https://github.com/Level/abstract-leveldown/releases/tag/v6.3.0
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": "abstract-leveldown",
"version": "7.0.0",
"version": "7.1.0",
"description": "An abstract prototype matching the LevelDOWN API",
"license": "MIT",
"main": "index.js",
Expand Down

0 comments on commit dcde940

Please sign in to comment.