Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

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

## [7.1.0] - 2021-09-30

### Added

- Add `db.getMany(keys)` ([#102](https://github.com/Level/encoding-down/issues/102)) ([`4038a30`](https://github.com/Level/encoding-down/commit/4038a30)) (Vincent Weevers).

## [7.0.0] - 2021-04-09

_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
Expand Down Expand Up @@ -342,10 +348,12 @@ _If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._

- Version bump ([**@juliangruber**](https://github.com/juliangruber))

## 1.0.0 - 2017-01-26
## [1.0.0] - 2017-01-26

:seedling: Initial release.

[7.1.0]: https://github.com/Level/encoding-down/releases/tag/v7.1.0

[7.0.0]: https://github.com/Level/encoding-down/releases/tag/v7.0.0

[6.3.0]: https://github.com/Level/encoding-down/releases/tag/v6.3.0
Expand Down Expand Up @@ -421,3 +429,5 @@ _If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
[2.0.1]: https://github.com/Level/encoding-down/releases/tag/v2.0.1

[2.0.0]: https://github.com/Level/encoding-down/releases/tag/v2.0.0

[1.0.0]: https://github.com/Level/encoding-down/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": "encoding-down",
"version": "7.0.0",
"version": "7.1.0",
"description": "An abstract-leveldown implementation that wraps another store to encode keys and values",
"license": "MIT",
"main": "index.js",
Expand Down

0 comments on commit c9dbc16

Please sign in to comment.