Skip to content

Commit 6cd3b21

Browse files
committed
chore: release v5.0.0-rc.0
1 parent a230c0d commit 6cd3b21

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
3+
## [5.0.0-rc.0](https://github.com/mweibel/lcov-result-merger/compare/v4.1.0...v5.0.0-rc.0) (2023-07-06)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* shift internals from Streams to Promises
9+
* use host system temp directory for transient lcov.info file
10+
11+
### Features
12+
13+
* use host system temp directory for transient lcov.info file ([3c713f1](https://github.com/mweibel/lcov-result-merger/commit/3c713f1be01f6c080cc2c0db7b75ea21eb4e0253))
14+
15+
16+
### Bug Fixes
17+
18+
* subclass stream Transform since node 14 simplified construction does not offer "construct" ([d9c14b6](https://github.com/mweibel/lcov-result-merger/commit/d9c14b6dc5f043499e4f8669a754e6877ebd27df))
19+
20+
21+
### Code Refactoring
22+
23+
* shift internals from Streams to Promises ([0cbfa42](https://github.com/mweibel/lcov-result-merger/commit/0cbfa42cf860a9a7138d9b1febc20ee1c1c67651))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"engines": {
6363
"node": ">=14"
6464
},
65-
"version": "4.1.0",
65+
"version": "5.0.0-rc.0",
6666
"volta": {
6767
"node": "14.17.3",
6868
"npm": "7.18.1"

0 commit comments

Comments
 (0)