Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Mar 25, 2022
1 parent 00364c7 commit 5e2fafb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.2.0] - 2022-03-25

### Added

- Yield `LEVEL_LOCKED` error when lock is held ([#8](https://github.com/Level/classic-level/issues/8)) ([`aa975de`](https://github.com/Level/classic-level/commit/aa975de)) (Vincent Weevers)

### Fixed

- Fix `getMany()` memory leak ([#9](https://github.com/Level/classic-level/issues/9)) ([`00364c7`](https://github.com/Level/classic-level/commit/00364c7)) (Vincent Weevers).

## [1.1.0] - 2022-03-06

### Added
Expand All @@ -15,6 +25,8 @@

_:seedling: Initial release. If you are upgrading from `leveldown` please see [`UPGRADING.md`](UPGRADING.md)._

[1.2.0]: https://github.com/Level/classic-level/releases/tag/v1.2.0

[1.1.0]: https://github.com/Level/classic-level/releases/tag/v1.1.0

[1.0.0]: https://github.com/Level/classic-level/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": "classic-level",
"version": "1.1.0",
"version": "1.2.0",
"description": "An abstract-level database backed by LevelDB",
"license": "MIT",
"main": "index.js",
Expand Down

0 comments on commit 5e2fafb

Please sign in to comment.