Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.0](v2.0.4...v3.0.0) (2023-02-23)

### ⚠ BREAKING CHANGES

* The ProtobufStream type is now generic - it can be inferred from the return type of `pbStream` but may need to be specified where it it accepted as an argument

### Bug Fixes

* derive unwrapped stream type from input ([#39](#39)) ([e85d75e](e85d75e))
  • Loading branch information
semantic-release-bot committed Feb 23, 2023
1 parent e85d75e commit 76bf41c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [3.0.0](https://github.com/achingbrain/it-pb-stream/compare/v2.0.4...v3.0.0) (2023-02-23)


### ⚠ BREAKING CHANGES

* The ProtobufStream type is now generic - it can be inferred from the return type of `pbStream` but may need to be specified where it it accepted as an argument

### Bug Fixes

* derive unwrapped stream type from input ([#39](https://github.com/achingbrain/it-pb-stream/issues/39)) ([e85d75e](https://github.com/achingbrain/it-pb-stream/commit/e85d75ed578c2c7525f4657850a6af57dd3635a8))

## [2.0.4](https://github.com/achingbrain/it-pb-stream/compare/v2.0.3...v2.0.4) (2023-02-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "it-pb-stream",
"version": "2.0.4",
"version": "3.0.0",
"description": "A convenience-wrapper around protocol-buffers and lp-messages functions",
"author": "Alex Potsides <[email protected]>",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit 76bf41c

Please sign in to comment.