Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Nov 26, 2023
1 parent 7d497a5 commit c64eb06
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [1.4.0] - 2023-11-26

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

## [1.3.0] - 2023-04-07

### Changed
Expand Down Expand Up @@ -38,6 +44,8 @@

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

[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

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

0 comments on commit c64eb06

Please sign in to comment.