Skip to content

Commit

Permalink
chore: release v5.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeanjones committed Jul 6, 2023
1 parent a230c0d commit 6cd3b21
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@


## [5.0.0-rc.0](https://github.com/mweibel/lcov-result-merger/compare/v4.1.0...v5.0.0-rc.0) (2023-07-06)


### ⚠ BREAKING CHANGES

* shift internals from Streams to Promises
* use host system temp directory for transient lcov.info file

### Features

* use host system temp directory for transient lcov.info file ([3c713f1](https://github.com/mweibel/lcov-result-merger/commit/3c713f1be01f6c080cc2c0db7b75ea21eb4e0253))


### Bug Fixes

* subclass stream Transform since node 14 simplified construction does not offer "construct" ([d9c14b6](https://github.com/mweibel/lcov-result-merger/commit/d9c14b6dc5f043499e4f8669a754e6877ebd27df))


### Code Refactoring

* shift internals from Streams to Promises ([0cbfa42](https://github.com/mweibel/lcov-result-merger/commit/0cbfa42cf860a9a7138d9b1febc20ee1c1c67651))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"engines": {
"node": ">=14"
},
"version": "4.1.0",
"version": "5.0.0-rc.0",
"volta": {
"node": "14.17.3",
"npm": "7.18.1"
Expand Down

0 comments on commit 6cd3b21

Please sign in to comment.