We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7f3b9 commit b5d5e56Copy full SHA for b5d5e56
CHANGELOG.md
@@ -1 +1,7 @@
1
# Changelog
2
+
3
+## [1.0.0] - 2021-12-10
4
5
+_:seedling: Initial release, forked from [`level-iterator-stream`](https://github.com/Level/iterator-stream)._
6
7
+[1.0.0]: https://github.com/Level/read-stream/releases/tag/v1.0.0
package.json
@@ -1,6 +1,6 @@
{
"name": "level-read-stream",
- "version": "0.0.0",
+ "version": "1.0.0",
"description": "Read from an abstract-level database using Node.js streams",
"license": "MIT",
"scripts": {
0 commit comments