From 1794b11ca4524ef0e59167ef02915614667825f6 Mon Sep 17 00:00:00 2001 From: Alex Miller Date: Thu, 19 Jun 2025 13:47:22 +1200 Subject: [PATCH] chore: bump to v5 --- package.json | 2 +- pnpm-workspace.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 pnpm-workspace.yaml diff --git a/package.json b/package.json index 5df05ca..8f0a1af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "paths-filter", - "version": "1.0.0", + "version": "5.0.0", "private": true, "description": "Execute your workflow steps only if relevant files are modified.", "type": "module", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000..efc037a --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,2 @@ +onlyBuiltDependencies: + - esbuild