File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments