Skip to content

Commit

Permalink
6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Dec 23, 2024
1 parent b235a3d commit 9776ad0
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

## [6.1.1] - 2024-12-23

### Fixed

- Fix typings for snapshots ([`b235a3d`](https://github.com/Level/supports/commit/b235a3d)) (Vincent Weevers)

## [6.1.0] - 2024-12-23

### Added
Expand Down Expand Up @@ -99,6 +105,8 @@ _No longer compatible with `abstract-leveldown`, `levelup` or their dependents._

:seedling: Initial release.

[6.1.1]: https://github.com/Level/supports/releases/tag/v6.1.1

[6.1.0]: https://github.com/Level/supports/releases/tag/v6.1.0

[6.0.0]: https://github.com/Level/supports/releases/tag/v6.0.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": "level-supports",
"version": "6.1.0",
"version": "6.1.1",
"description": "Create a manifest describing the abilities of an abstract-level database",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 9776ad0

Please sign in to comment.