Skip to content

Commit 2f56995

Browse files
committed
7.0.1
1 parent 7083ec6 commit 2f56995

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

Diff for: CHANGELOG.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [7.0.1] - 2021-10-02
4+
5+
### Added
6+
7+
- Document new features ([#207](https://github.com/Level/level/issues/207)) ([`ad8f924`](https://github.com/Level/level/commit/ad8f924)) (Vincent Weevers)
8+
9+
### Fixed
10+
11+
- Bump dependencies to prevent dedupe ([`7083ec6`](https://github.com/Level/level/commit/7083ec6)) (Vincent Weevers)
12+
- Clarify `close()` documentation ([#197](https://github.com/Level/level/issues/197)) ([`c82fdbc`](https://github.com/Level/level/commit/c82fdbc)) (Vincent Weevers)
13+
314
## [7.0.0] - 2021-04-17
415

516
_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
@@ -396,10 +407,12 @@ _0.17.0 and 0.17.0-1 are listed out of order here, due to 0.17.0-1 not adhering
396407
- Update `levelup` to `~0.9.0` ([**@rvagg**](https://github.com/rvagg))
397408
- Update `leveldown` to `~0.5.0` ([**@rvagg**](https://github.com/rvagg))
398409

399-
## 0.8.0 - 2013-05-19
410+
## [0.8.0] - 2013-05-19
400411

401412
:seedling: Initial release.
402413

414+
[7.0.1]: https://github.com/Level/level/releases/tag/v7.0.1
415+
403416
[7.0.0]: https://github.com/Level/level/releases/tag/v7.0.0
404417

405418
[6.0.1]: https://github.com/Level/level/releases/tag/v6.0.1
@@ -477,3 +490,5 @@ _0.17.0 and 0.17.0-1 are listed out of order here, due to 0.17.0-1 not adhering
477490
[0.10.0]: https://github.com/Level/level/releases/tag/0.10.0
478491

479492
[0.9.0]: https://github.com/Level/level/releases/tag/0.9.0
493+
494+
[0.8.0]: https://github.com/Level/level/releases/tag/0.8.0

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "level",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "Fast & simple storage - a Node.js-style LevelDB wrapper (a convenience package bundling LevelUP & LevelDOWN)",
55
"license": "MIT",
66
"main": "level.js",

0 commit comments

Comments
 (0)