Skip to content

Commit 5e2fafb

Browse files
committed
1.2.0
1 parent 00364c7 commit 5e2fafb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [1.2.0] - 2022-03-25
4+
5+
### Added
6+
7+
- 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)
8+
9+
### Fixed
10+
11+
- Fix `getMany()` memory leak ([#9](https://github.com/Level/classic-level/issues/9)) ([`00364c7`](https://github.com/Level/classic-level/commit/00364c7)) (Vincent Weevers).
12+
313
## [1.1.0] - 2022-03-06
414

515
### Added
@@ -15,6 +25,8 @@
1525

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

28+
[1.2.0]: https://github.com/Level/classic-level/releases/tag/v1.2.0
29+
1830
[1.1.0]: https://github.com/Level/classic-level/releases/tag/v1.1.0
1931

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

0 commit comments

Comments
 (0)