Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.
/ encoding-down Public archive

Commit c9dbc16

Browse files
committed
7.1.0
1 parent 9ec82f7 commit c9dbc16

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [7.1.0] - 2021-09-30
4+
5+
### Added
6+
7+
- Add `db.getMany(keys)` ([#102](https://github.com/Level/encoding-down/issues/102)) ([`4038a30`](https://github.com/Level/encoding-down/commit/4038a30)) (Vincent Weevers).
8+
39
## [7.0.0] - 2021-04-09
410

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

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

345-
## 1.0.0 - 2017-01-26
351+
## [1.0.0] - 2017-01-26
346352

347353
:seedling: Initial release.
348354

355+
[7.1.0]: https://github.com/Level/encoding-down/releases/tag/v7.1.0
356+
349357
[7.0.0]: https://github.com/Level/encoding-down/releases/tag/v7.0.0
350358

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

423431
[2.0.0]: https://github.com/Level/encoding-down/releases/tag/v2.0.0
432+
433+
[1.0.0]: https://github.com/Level/encoding-down/releases/tag/v1.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "encoding-down",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"description": "An abstract-leveldown implementation that wraps another store to encode keys and values",
55
"license": "MIT",
66
"main": "index.js",

0 commit comments

Comments
 (0)