Skip to content

Commit f9d6005

Browse files
author
github-actions
committed
release: 0.20.0 [skip ci]
1 parent 1c906cd commit f9d6005

10 files changed

Lines changed: 19 additions & 9 deletions

File tree

CHANGELOG.md

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

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

5+
# [0.20.0](https://github.com/code-pushup/cli/compare/v0.19.0...v0.20.0) (2024-02-15)
6+
7+
### Bug Fixes
8+
9+
- **models:** issue file positions must be positive integers ([727926e](https://github.com/code-pushup/cli/commit/727926e987b526703d7fd46994b442dce3ac4a25))
10+
11+
### Features
12+
13+
- **models:** add missing schema exports ([36d3eea](https://github.com/code-pushup/cli/commit/36d3eeafba94f41dfded28b97e8af5f9441b4062))
14+
515
# [0.19.0](https://github.com/code-pushup/cli/compare/v0.18.1...v0.19.0) (2024-02-15)
616

717
### Features

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.19.0",
3+
"version": "0.20.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.19.0",
3+
"version": "0.20.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.19.0",
3+
"version": "0.20.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.19.0",
3+
"version": "0.20.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.19.0",
3+
"version": "0.20.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.19.0",
3+
"version": "0.20.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.19.0",
3+
"version": "0.20.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.19.0",
3+
"version": "0.20.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.19.0",
3+
"version": "0.20.0",
44
"dependencies": {
55
"@code-pushup/models": "*",
66
"bundle-require": "^4.0.1",

0 commit comments

Comments
 (0)