Skip to content

Commit 1f1c5b1

Browse files
committed
6.1.0
1 parent 8d4da1e commit 1f1c5b1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [6.1.0] - 2024-12-23
4+
5+
### Added
6+
7+
- Add `implicit-` and `explicitSnapshots` ([`61f15ae`](https://github.com/Level/supports/commit/61f15ae)) (Vincent Weevers)
8+
39
## [6.0.0] - 2024-01-27
410

511
### Added
@@ -93,6 +99,8 @@ _No longer compatible with `abstract-leveldown`, `levelup` or their dependents._
9399

94100
:seedling: Initial release.
95101

102+
[6.1.0]: https://github.com/Level/supports/releases/tag/v6.1.0
103+
96104
[6.0.0]: https://github.com/Level/supports/releases/tag/v6.0.0
97105

98106
[5.0.0]: https://github.com/Level/supports/releases/tag/v5.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "level-supports",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"description": "Create a manifest describing the abilities of an abstract-level database",
55
"license": "MIT",
66
"scripts": {

0 commit comments

Comments
 (0)