Skip to content

Commit cf161a5

Browse files
committed
1.1.0
1 parent a79fe82 commit cf161a5

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
# Changelog
22

3+
## [1.1.0] - 2022-03-06
4+
5+
### Added
6+
7+
- Create location directory recursively ([#6](https://github.com/Level/classic-level/issues/6)) ([`1ba0b69`](https://github.com/Level/classic-level/commit/1ba0b69)) (Vincent Weevers)
8+
9+
### Fixed
10+
11+
- Fix TypeScript type declarations ([`a79fe82`](https://github.com/Level/classic-level/commit/a79fe82)) (Vincent Weevers)
12+
- Document the return type of `db.batch()` and add example ([`a909ea6`](https://github.com/Level/classic-level/commit/a909ea6)) (Vincent Weevers).
13+
314
## [1.0.0] - 2022-03-04
415

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

18+
[1.1.0]: https://github.com/Level/classic-level/releases/tag/v1.1.0
19+
720
[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.0.0",
3+
"version": "1.1.0",
44
"description": "An abstract-level database backed by LevelDB",
55
"license": "MIT",
66
"main": "index.js",

0 commit comments

Comments
 (0)