Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Jan 20, 2024
1 parent 9ff2e82 commit a21dfbf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog

## [1.4.1] - 2024-01-20

### Fixed

- 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).

## [1.4.0] - 2023-11-26

_Not released to npm because of a race issue, which was fixed in 1.4.1._

### Added

- Add opt-in multithreading ([#85](https://github.com/Level/classic-level/issues/85)) ([`7d497a5`](https://github.com/Level/classic-level/commit/7d497a5)) (Matthew Keil).
Expand Down Expand Up @@ -44,6 +52,8 @@

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

[1.4.1]: https://github.com/Level/classic-level/releases/tag/v1.4.1

[1.4.0]: https://github.com/Level/classic-level/releases/tag/v1.4.0

[1.3.0]: https://github.com/Level/classic-level/releases/tag/v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "classic-level",
"version": "1.4.0",
"version": "1.4.1",
"description": "An abstract-level database backed by LevelDB",
"license": "MIT",
"main": "index.js",
Expand Down

0 comments on commit a21dfbf

Please sign in to comment.