Skip to content

Commit b48b707

Browse files
committed
1.1.1
1 parent 5f3019a commit b48b707

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.1.1] - 2024-10-22
4+
5+
### Fixed
6+
7+
- Use promise API for abstract-level 2 compatibility ([#18](https://github.com/Level/read-stream/issues/18)) ([`912041a`](https://github.com/Level/read-stream/commit/912041a)) (Vincent Weevers)
8+
39
## [1.1.0] - 2022-02-19
410

511
### Added
@@ -22,6 +28,8 @@
2228

2329
_:seedling: Initial release, forked from [`level-iterator-stream`](https://github.com/Level/iterator-stream)._
2430

31+
[1.1.1]: https://github.com/Level/read-stream/releases/tag/v1.1.1
32+
2533
[1.1.0]: https://github.com/Level/read-stream/releases/tag/v1.1.0
2634

2735
[1.0.1]: https://github.com/Level/read-stream/releases/tag/v1.0.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "level-read-stream",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Read from an abstract-level database using Node.js streams",
55
"license": "MIT",
66
"scripts": {

0 commit comments

Comments
 (0)