From 1290f951233de09f66aee89215a2ddc2f66713e6 Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Tue, 12 Sep 2023 09:26:12 +0200 Subject: [PATCH] feat: set package version to 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d0637de..652cc93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "has-changed-path", - "version": "1.0.0", + "version": "1.0.1", "description": "GitHub Action that saves time and money in monorepo environments", "main": "src/index.js", "scripts": {