From e1f4153d1adf5325914d716fcd222e719e919f38 Mon Sep 17 00:00:00 2001 From: Tony Duan Date: Fri, 14 Oct 2022 22:00:51 +0800 Subject: [PATCH] chore: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b81d331..e8c2cdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "changed-file-filter", - "version": "0.2.0", + "version": "0.2.1", "private": true, "description": "Only run Github Action job when specific files changed", "main": "lib/main.js",