Skip to content

Commit

Permalink
8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Jan 27, 2024
1 parent c501868 commit 6bf275e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [8.0.1] - 2024-01-27

### Fixed

- Explicitly depend on abstract-level for TypeScript ([#241](https://github.com/Level/level/issues/241)) ([`c501868`](https://github.com/Level/level/commit/c501868)) (Hanxx).

## [8.0.0] - 2022-03-25

_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
Expand Down Expand Up @@ -419,6 +425,8 @@ _0.17.0 and 0.17.0-1 are listed out of order here, due to 0.17.0-1 not adhering

:seedling: Initial release.

[8.0.1]: https://github.com/Level/level/releases/tag/v8.0.1

[8.0.0]: https://github.com/Level/level/releases/tag/v8.0.0

[7.0.1]: https://github.com/Level/level/releases/tag/v7.0.1
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": "level",
"version": "8.0.0",
"version": "8.0.1",
"description": "Universal abstract-level database for Node.js and browsers",
"license": "MIT",
"main": "index.js",
Expand Down

0 comments on commit 6bf275e

Please sign in to comment.