Skip to content

Commit

Permalink
7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Oct 2, 2021
1 parent 7083ec6 commit 2f56995
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [7.0.1] - 2021-10-02

### Added

- Document new features ([#207](https:/Level/level/issues/207)) ([`ad8f924`](https:/Level/level/commit/ad8f924)) (Vincent Weevers)

### Fixed

- Bump dependencies to prevent dedupe ([`7083ec6`](https:/Level/level/commit/7083ec6)) (Vincent Weevers)
- Clarify `close()` documentation ([#197](https:/Level/level/issues/197)) ([`c82fdbc`](https:/Level/level/commit/c82fdbc)) (Vincent Weevers)

## [7.0.0] - 2021-04-17

_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
Expand Down Expand Up @@ -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
- Update `levelup` to `~0.9.0` ([**@rvagg**](https:/rvagg))
- Update `leveldown` to `~0.5.0` ([**@rvagg**](https:/rvagg))

## 0.8.0 - 2013-05-19
## [0.8.0] - 2013-05-19

:seedling: Initial release.

[7.0.1]: https:/Level/level/releases/tag/v7.0.1

[7.0.0]: https:/Level/level/releases/tag/v7.0.0

[6.0.1]: https:/Level/level/releases/tag/v6.0.1
Expand Down Expand Up @@ -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
[0.10.0]: https:/Level/level/releases/tag/0.10.0

[0.9.0]: https:/Level/level/releases/tag/0.9.0

[0.8.0]: https:/Level/level/releases/tag/0.8.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "level",
"version": "7.0.0",
"version": "7.0.1",
"description": "Fast & simple storage - a Node.js-style LevelDB wrapper (a convenience package bundling LevelUP & LevelDOWN)",
"license": "MIT",
"main": "level.js",
Expand Down

0 comments on commit 2f56995

Please sign in to comment.