Skip to content

Commit 6a49510

Browse files
committed
1.1.0
1 parent 2b892a5 commit 6a49510

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Changelog
22

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+
39
## [1.0.0] - 2022-02-19
410

511
_:seedling: Initial release._
612

13+
[1.1.0]: https://github.com/Level/web-stream/releases/tag/v1.1.0
14+
715
[1.0.0]: https://github.com/Level/web-stream/releases/tag/v1.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "level-web-stream",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Read and write to an abstract-level database using Web Streams",
55
"license": "MIT",
66
"scripts": {

0 commit comments

Comments
 (0)