Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Dec 20, 2024
1 parent d29bcef commit 9c64fe8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.0.0] - 2024-12-20

_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._

### Changed

- Bump `readable-stream` from 3 to 4 ([#15](https://github.com/Level/read-stream/issues/15)) ([`fc4fb51`](https://github.com/Level/read-stream/commit/fc4fb51)) (Vincent Weevers)
- Use `autoDestroy` option ([#13](https://github.com/Level/read-stream/issues/13)) ([`190f920`](https://github.com/Level/read-stream/commit/190f920)) (Vincent Weevers)

### Removed

- **Breaking:** drop support of `abstract-level` 1 ([`d29bcef`](https://github.com/Level/read-stream/commit/d29bcef)) (Vincent Weevers)
- **Breaking:** drop support of Node.js < 18 ([`77a492d`](https://github.com/Level/read-stream/commit/77a492d)) (Vincent Weevers)

## [1.1.1] - 2024-10-22

### Fixed
Expand Down Expand Up @@ -28,6 +42,8 @@

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

[2.0.0]: https://github.com/Level/read-stream/releases/tag/v2.0.0

[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
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.1",
"version": "2.0.0",
"description": "Read from an abstract-level database using Node.js streams",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 9c64fe8

Please sign in to comment.