Skip to content

Commit

Permalink
release: 0.4.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 12, 2023
1 parent 33d6e25 commit 848408f
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [0.4.2](https://github.com/code-pushup/cli/compare/v0.4.1...v0.4.2) (2023-12-12)

### Performance Improvements

- **utils:** setup microbenchmark for crawlFileSystem ([#355](https://github.com/code-pushup/cli/issues/355)) ([33d6e25](https://github.com/code-pushup/cli/commit/33d6e25c92161c305bf12334ee9e490b927ef71d))

## [0.4.1](https://github.com/code-pushup/cli/compare/v0.4.0...v0.4.1) (2023-12-12)

# [0.4.0](https://github.com/code-pushup/cli/compare/v0.3.2...v0.4.0) (2023-12-11)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-pushup/cli-source",
"version": "0.4.1",
"version": "0.4.2",
"license": "MIT",
"scripts": {
"prepare": "husky install",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-pushup/cli",
"version": "0.4.1",
"version": "0.4.2",
"bin": {
"code-pushup": "index.js"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-pushup/core",
"version": "0.4.1",
"version": "0.4.2",
"dependencies": {
"@code-pushup/models": "*",
"@code-pushup/utils": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/models/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-pushup/models",
"version": "0.4.1",
"version": "0.4.2",
"dependencies": {
"zod": "^3.22.1",
"@code-pushup/portal-client": "^0.1.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-pushup/nx-plugin",
"version": "0.4.1",
"version": "0.4.2",
"dependencies": {
"@nx/devkit": "^17.1.3",
"tslib": "2.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-pushup/eslint-plugin",
"version": "0.4.1",
"version": "0.4.2",
"dependencies": {
"@code-pushup/utils": "*",
"@code-pushup/models": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-lighthouse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-pushup/lighthouse-plugin",
"version": "0.4.1",
"version": "0.4.2",
"dependencies": {
"@code-pushup/models": "*",
"lighthouse": "^11.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-pushup/utils",
"version": "0.4.1",
"version": "0.4.2",
"dependencies": {
"@code-pushup/models": "*",
"bundle-require": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion testing-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@code-pushup/testing-utils",
"version": "0.4.1",
"version": "0.4.2",
"dependencies": {}
}

0 comments on commit 848408f

Please sign in to comment.