Skip to content

Commit

Permalink
ci(changesets): package release (#221)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @friedemannsommer/lcov-parser@4.0.2

### Patch Changes

-
[`61ddab5`](61ddab5)
Thanks [@friedemannsommer](https://github.com/friedemannsommer)! -
Reduced code complexity in `LcovParser` and `ByteMatch`

-
[`61ddab5`](61ddab5)
Thanks [@friedemannsommer](https://github.com/friedemannsommer)! -
Corrected several minor typos and fixed minor grammatical errors
  • Loading branch information
friedemannsommer authored Nov 6, 2024
2 parents 61ddab5 + 8e9fddd commit 6ad78da
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/odd-melons-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-falcons-walk.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @friedemannsommer/lcov-parser

## 4.0.2

### Patch Changes

- [`61ddab5`](https://github.com/friedemannsommer/lcov-parser/commit/61ddab50465f2b72a4a916298ea9e476e613a44f) Thanks [@friedemannsommer](https://github.com/friedemannsommer)! - Reduced code complexity in `LcovParser` and `ByteMatch`

- [`61ddab5`](https://github.com/friedemannsommer/lcov-parser/commit/61ddab50465f2b72a4a916298ea9e476e613a44f) Thanks [@friedemannsommer](https://github.com/friedemannsommer)! - Corrected several minor typos and fixed minor grammatical errors

## 4.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@
},
"sideEffects": false,
"type": "module",
"version": "4.0.1"
"version": "4.0.2"
}

0 comments on commit 6ad78da

Please sign in to comment.