Skip to content

Commit a56d2ae

Browse files
committed
1.0.4
1 parent 9f17757 commit a56d2ae

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+
## [1.0.4] - 2024-01-20
4+
5+
### Fixed
6+
7+
- Fix TypeScript definitions of `all()` and `nextv()` ([#67](https://github.com/Level/abstract-level/issues/67)) ([`8e85993`](https://github.com/Level/abstract-level/commit/8e85993), [`9f17757`](https://github.com/Level/abstract-level/commit/9f17757)) (Bryan)
8+
39
## [1.0.3] - 2022-03-20
410

511
### Added
@@ -31,6 +37,8 @@
3137

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

40+
[1.0.4]: https://github.com/Level/abstract-level/releases/tag/v1.0.4
41+
3442
[1.0.3]: https://github.com/Level/abstract-level/releases/tag/v1.0.3
3543

3644
[1.0.2]: https://github.com/Level/abstract-level/releases/tag/v1.0.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "abstract-level",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Abstract class for a lexicographically sorted key-value database",
55
"license": "MIT",
66
"main": "index.js",

0 commit comments

Comments
 (0)