Skip to content

Commit 4a43c9c

Browse files
author
github-actions
committed
release: 0.8.8 [skip ci]
1 parent c39d0cc commit 4a43c9c

File tree

9 files changed

+14
-8
lines changed

9 files changed

+14
-8
lines changed

CHANGELOG.md

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

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

5+
## [0.8.8](https://github.com/code-pushup/cli/compare/v0.8.7...v0.8.8) (2024-01-11)
6+
7+
### Bug Fixes
8+
9+
- **plugin-eslint:** truncate long issue messages ([c39d0cc](https://github.com/code-pushup/cli/commit/c39d0ccefbbc9f44a7ecb4d90346bca5b1553766))
10+
511
## [0.8.7](https://github.com/code-pushup/cli/compare/v0.8.6...v0.8.7) (2024-01-10)
612

713
## [0.8.6](https://github.com/code-pushup/cli/compare/v0.8.5...v0.8.6) (2024-01-10)

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.8.7",
3+
"version": "0.8.8",
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.8.7",
3+
"version": "0.8.8",
44
"bin": {
55
"code-pushup": "index.js"
66
},

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.8.7",
3+
"version": "0.8.8",
44
"dependencies": {
55
"@code-pushup/models": "*",
66
"@code-pushup/utils": "*",

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.8.7",
3+
"version": "0.8.8",
44
"dependencies": {
55
"zod": "^3.22.1",
66
"@code-pushup/portal-client": "^0.3.0"

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.8.7",
3+
"version": "0.8.8",
44
"dependencies": {
55
"@nx/devkit": "^17.1.3",
66
"tslib": "2.6.2"

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.8.7",
3+
"version": "0.8.8",
44
"dependencies": {
55
"@code-pushup/utils": "*",
66
"@code-pushup/models": "*",

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.8.7",
3+
"version": "0.8.8",
44
"dependencies": {
55
"@code-pushup/models": "*",
66
"lighthouse": "^11.0.0"

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

0 commit comments

Comments
 (0)