diff --git a/package.json b/package.json index 15b6c56..22dc3bc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@unlighthouse/monorepo", "type": "module", - "version": "0.13.0", + "version": "0.13.1", "private": true, "packageManager": "pnpm@9.3.0", "license": "MIT", diff --git a/packages/cli/package.json b/packages/cli/package.json index a75abe6..17e674d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@unlighthouse/cli", "type": "module", - "version": "0.13.0", + "version": "0.13.1", "description": "CLI for Unlighthouse", "license": "MIT", "homepage": "https://github.com/harlan-zw/unlighthouse#readme", diff --git a/packages/client/package.json b/packages/client/package.json index 626c943..7f4dff8 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@unlighthouse/client", - "version": "0.13.0", + "version": "0.13.1", "description": "UI Client for Unlighthouse.", "license": "MIT", "homepage": "https://github.com/harlan-zw/unlighthouse#readme", diff --git a/packages/core/package.json b/packages/core/package.json index f12edd7..15eeeb0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@unlighthouse/core", "type": "module", - "version": "0.13.0", + "version": "0.13.1", "description": "Scan your entire website with Google Lighthouse.", "license": "MIT", "homepage": "https://github.com/harlan-zw/unlighthouse#readme", diff --git a/packages/server/package.json b/packages/server/package.json index 50ab261..e7e351f 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,7 +1,7 @@ { "name": "@unlighthouse/server", "type": "module", - "version": "0.13.0", + "version": "0.13.1", "description": "Server for Unlighthouse", "license": "MIT", "homepage": "https://github.com/harlan-zw/unlighthouse#readme", diff --git a/packages/unlighthouse-ci/package.json b/packages/unlighthouse-ci/package.json index 251f5e5..6ad929d 100644 --- a/packages/unlighthouse-ci/package.json +++ b/packages/unlighthouse-ci/package.json @@ -1,7 +1,7 @@ { "name": "unlighthouse-ci", "type": "module", - "version": "0.13.0", + "version": "0.13.1", "description": "Delightfully scan your entire website with Google Lighthouse. Navigate your performance, accessibility and SEO.", "license": "MIT", "homepage": "https://github.com/harlan-zw/unlighthouse#readme", diff --git a/packages/unlighthouse/package.json b/packages/unlighthouse/package.json index 7d914c1..5bf8261 100644 --- a/packages/unlighthouse/package.json +++ b/packages/unlighthouse/package.json @@ -1,7 +1,7 @@ { "name": "unlighthouse", "type": "module", - "version": "0.13.0", + "version": "0.13.1", "description": "Delightfully scan your entire website with Google Lighthouse. Navigate your performance, accessibility and SEO.", "license": "MIT", "homepage": "https://github.com/harlan-zw/unlighthouse#readme",