Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Jan 30, 2022
1 parent ad5a7b9 commit 7ead028
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog

## [1.0.1] - 2022-01-30

### Fixed

- Make use of `nextv()`, `keys()` and `values()` ([#2](https://github.com/Level/read-stream/issues/2)) ([`7c4fc44`](https://github.com/Level/read-stream/commit/7c4fc44)) (Vincent Weevers).
- Fix `engines.node` version in `package.json` ([`ad5a7b9`](https://github.com/Level/read-stream/commit/ad5a7b9)) (Vincent Weevers).

## [1.0.0] - 2021-12-10

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

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

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

0 comments on commit 7ead028

Please sign in to comment.