Skip to content

Commit bc14f95

Browse files
ci(changesets): version package
1 parent 575038f commit bc14f95

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/old-kiwis-wait.md

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @friedemannsommer/lcov-parser
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- [#141](https://github.com/friedemannsommer/lcov-parser/pull/141) [`45856e9`](https://github.com/friedemannsommer/lcov-parser/commit/45856e969d5abdb4aa8ce5c54a49587b9ecbc13a) Thanks [@friedemannsommer](https://github.com/friedemannsommer)! - Fixed a bug which stripped everything up to the last colon, when parsing field values that contain colons.
8+
39
## 4.0.0
410

511
### Major Changes

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": "4.0.0"
91+
"version": "4.0.1"
9292
}

0 commit comments

Comments
 (0)