Skip to content

Commit

Permalink
chore(release): 0.10.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.10.1](v0.10.0...v0.10.1) (2021-03-20)

### Bug Fixes

* sync error in onceOutputLine callback should cause async rejection ([ac860ac](ac860ac))
  • Loading branch information
semantic-release-bot committed Mar 20, 2021
1 parent ac860ac commit a5c21b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.10.1](https://github.com/zenflow/composite-service/compare/v0.10.0...v0.10.1) (2021-03-20)


### Bug Fixes

* sync error in onceOutputLine callback should cause async rejection ([ac860ac](https://github.com/zenflow/composite-service/commit/ac860ac099907eb4927d1f5d8dd618098fcbcbfc))

# [0.10.0](https://github.com/zenflow/composite-service/compare/v0.9.0...v0.10.0) (2021-03-18)


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": "composite-service",
"version": "0.10.0",
"version": "0.10.1",
"description": "Compose multiple services into one",
"keywords": [
"compose",
Expand Down

0 comments on commit a5c21b3

Please sign in to comment.