Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Oct 22, 2024
1 parent 5f3019a commit b48b707
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

## [1.1.1] - 2024-10-22

### Fixed

- 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)

## [1.1.0] - 2022-02-19

### Added
Expand All @@ -22,6 +28,8 @@

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

[1.1.1]: https://github.com/Level/read-stream/releases/tag/v1.1.1

[1.1.0]: https://github.com/Level/read-stream/releases/tag/v1.1.0

[1.0.1]: https://github.com/Level/read-stream/releases/tag/v1.0.1
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-read-stream",
"version": "1.1.0",
"version": "1.1.1",
"description": "Read from an abstract-level database using Node.js streams",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit b48b707

Please sign in to comment.