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 2b892a5 commit 6a49510Copy full SHA for 6a49510
CHANGELOG.md
@@ -1,7 +1,15 @@
1
# Changelog
2
3
+## [1.1.0] - 2022-03-25
4
+
5
+### Added
6
7
+- Add writable `BatchStream` ([#2](https://github.com/Level/web-stream/issues/2)) ([`2b892a5`](https://github.com/Level/web-stream/commit/2b892a5)) (Vincent Weevers).
8
9
## [1.0.0] - 2022-02-19
10
11
_:seedling: Initial release._
12
13
+[1.1.0]: https://github.com/Level/web-stream/releases/tag/v1.1.0
14
15
[1.0.0]: https://github.com/Level/web-stream/releases/tag/v1.0.0
package.json
@@ -1,6 +1,6 @@
{
"name": "level-web-stream",
- "version": "1.0.0",
+ "version": "1.1.0",
"description": "Read and write to an abstract-level database using Web Streams",
"license": "MIT",
"scripts": {
0 commit comments