Skip to content

Commit 07dfda7

Browse files
ci(changesets): version package
1 parent 0fc8864 commit 07dfda7

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.changeset/small-balloons-wink.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @friedemannsommer/lcov-parser
2+
3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- [`0fc8864`](https://github.com/friedemannsommer/lcov-parser/commit/0fc8864db3398ccfb06214e794f86a3543f9ce4b) Thanks [@friedemannsommer](https://github.com/friedemannsommer)! - `LcovParser#flush` now returns [`FlushedResults`](https://friedemannsommer.github.io/lcov-parser/development/types/parser.FlushedResults.html) instead of [`ParserResult[]`](https://friedemannsommer.github.io/lcov-parser/development/interfaces/parser.ParseResult.html) to make it clear that there will always be at least one result.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@
8888
},
8989
"sideEffects": false,
9090
"type": "module",
91-
"version": "3.1.1"
91+
"version": "4.0.0"
9292
}

0 commit comments

Comments
 (0)