Skip to content

Commit 7ebee23

Browse files
author
github-actions
committed
release: 0.13.0 [skip ci]
1 parent 3195da2 commit 7ebee23

10 files changed

Lines changed: 22 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
# [0.13.0](https://github.com/code-pushup/cli/compare/v0.12.10...v0.13.0) (2024-02-05)
6+
7+
### Bug Fixes
8+
9+
- **plugin-coverage:** calculate coverage for no found entities as full coverage ([349c772](https://github.com/code-pushup/cli/commit/349c7724060231863236e16f7a69a54bbdcaf95e))
10+
- **plugin-coverage:** convert new lines on Windows for parse-lcov, update docs ([3195da2](https://github.com/code-pushup/cli/commit/3195da2c92c10148cd2d43b1a6fc6eef62d52348))
11+
12+
### Features
13+
14+
- **plugin-coverage:** implement lcov parsing ([800e2d0](https://github.com/code-pushup/cli/commit/800e2d07542ab6398386ee278193c1ee49560b29))
15+
- **plugin-coverage:** implement plugin configuration ([513c518](https://github.com/code-pushup/cli/commit/513c51809e412d14d48a859e75ee5cdc855dff3d))
16+
- **plugin-coverage:** set up plugin-coverage package ([8b18a0f](https://github.com/code-pushup/cli/commit/8b18a0ff05982f350240d33114f3738bac2be4ed))
17+
518
## [0.12.10](https://github.com/code-pushup/cli/compare/v0.12.9...v0.12.10) (2024-02-03)
619

720
## [0.12.9](https://github.com/code-pushup/cli/compare/v0.12.8...v0.12.9) (2024-02-03)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-pushup/cli-source",
3-
"version": "0.12.10",
3+
"version": "0.13.0",
44
"license": "MIT",
55
"homepage": "https://github.com/code-pushup/cli#readme",
66
"bugs": {

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-pushup/cli",
3-
"version": "0.12.10",
3+
"version": "0.13.0",
44
"license": "MIT",
55
"bin": {
66
"code-pushup": "index.js"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-pushup/core",
3-
"version": "0.12.10",
3+
"version": "0.13.0",
44
"license": "MIT",
55
"dependencies": {
66
"@code-pushup/models": "*",

packages/models/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-pushup/models",
3-
"version": "0.12.10",
3+
"version": "0.13.0",
44
"license": "MIT",
55
"dependencies": {
66
"zod": "^3.22.1",

packages/nx-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-pushup/nx-plugin",
3-
"version": "0.12.10",
3+
"version": "0.13.0",
44
"license": "MIT",
55
"dependencies": {
66
"@nx/devkit": "^17.1.3",

packages/plugin-coverage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-pushup/coverage-plugin",
3-
"version": "0.8.25",
3+
"version": "0.13.0",
44
"dependencies": {
55
"@code-pushup/models": "*",
66
"@code-pushup/utils": "*",

packages/plugin-eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-pushup/eslint-plugin",
3-
"version": "0.12.10",
3+
"version": "0.13.0",
44
"license": "MIT",
55
"dependencies": {
66
"@code-pushup/utils": "*",

packages/plugin-lighthouse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-pushup/lighthouse-plugin",
3-
"version": "0.12.10",
3+
"version": "0.13.0",
44
"license": "MIT",
55
"dependencies": {
66
"@code-pushup/models": "*",

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-pushup/utils",
3-
"version": "0.12.10",
3+
"version": "0.13.0",
44
"dependencies": {
55
"@code-pushup/models": "*",
66
"bundle-require": "^4.0.1",

0 commit comments

Comments
 (0)