Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [it-protobuf-stream-v1.1.0](it-protobuf-stream-v1.0.2...it-protobuf-stream-v1.1.0) (2023-11-12)

### Features

* add `writeV` method to pb and lp streams to batch write ([#101](#101)) ([4015395](4015395))
  • Loading branch information
semantic-release-bot committed Nov 12, 2023
1 parent 313cb2c commit baa9337
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/it-protobuf-stream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [it-protobuf-stream-v1.1.0](https://github.com/achingbrain/it/compare/it-protobuf-stream-v1.0.2...it-protobuf-stream-v1.1.0) (2023-11-12)


### Features

* add `writeV` method to pb and lp streams to batch write ([#101](https://github.com/achingbrain/it/issues/101)) ([4015395](https://github.com/achingbrain/it/commit/40153954baf3816c553ae670935e81b8a0955009))

## [it-protobuf-stream-v1.0.2](https://github.com/achingbrain/it/compare/it-protobuf-stream-v1.0.1...it-protobuf-stream-v1.0.2) (2023-08-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/it-protobuf-stream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "it-protobuf-stream",
"version": "1.0.2",
"version": "1.1.0",
"description": "Read and write protobuf messages over a duplex stream",
"author": "Alex Potsides <alex@achingbrain.net>",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit baa9337

Please sign in to comment.