File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.4.1] - 2024-01-20
4+
5+ ### Fixed
6+
7+ - Fix race condition in tests ([ #90 ] ( https://github.com/Level/classic-level/issues/90 ) ) ([ ` 9ff2e82 ` ] ( https://github.com/Level/classic-level/commit/9ff2e82 ) ) (Matthew Keil).
8+
39## [ 1.4.0] - 2023-11-26
410
11+ _ Not released to npm because of a race issue, which was fixed in 1.4.1._
12+
513### Added
614
715- Add opt-in multithreading ([ #85 ] ( https://github.com/Level/classic-level/issues/85 ) ) ([ ` 7d497a5 ` ] ( https://github.com/Level/classic-level/commit/7d497a5 ) ) (Matthew Keil).
4452
4553_ :seedling : Initial release. If you are upgrading from ` leveldown ` please see [ ` UPGRADING.md ` ] ( UPGRADING.md ) ._
4654
55+ [ 1.4.1 ] : https://github.com/Level/classic-level/releases/tag/v1.4.1
56+
4757[ 1.4.0 ] : https://github.com/Level/classic-level/releases/tag/v1.4.0
4858
4959[ 1.3.0 ] : https://github.com/Level/classic-level/releases/tag/v1.3.0
Original file line number Diff line number Diff line change 11{
22 "name" : " classic-level" ,
3- "version" : " 1.4.0 " ,
3+ "version" : " 1.4.1 " ,
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