Skip to content

Commit a21dfbf

Browse files
committed
1.4.1
1 parent 9ff2e82 commit a21dfbf

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
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).
@@ -44,6 +52,8 @@
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

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.4.0",
3+
"version": "1.4.1",
44
"description": "An abstract-level database backed by LevelDB",
55
"license": "MIT",
66
"main": "index.js",

0 commit comments

Comments
 (0)