Skip to content

Commit fe8059b

Browse files
committed
6.2.0
1 parent f644190 commit fe8059b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [6.2.0] - 2024-12-27
4+
5+
### Added
6+
7+
- Add `has` property ([#33](https://github.com/Level/supports/issues/33)) ([`f644190`](https://github.com/Level/supports/commit/f644190)) (Vincent Weevers)
8+
39
## [6.1.1] - 2024-12-23
410

511
### Fixed
@@ -105,6 +111,8 @@ _No longer compatible with `abstract-leveldown`, `levelup` or their dependents._
105111

106112
:seedling: Initial release.
107113

114+
[6.2.0]: https://github.com/Level/supports/releases/tag/v6.2.0
115+
108116
[6.1.1]: https://github.com/Level/supports/releases/tag/v6.1.1
109117

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

package.json

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

0 commit comments

Comments
 (0)