From 8237d71a40d247a7f1daf9a8c7c874a399e4cf5b Mon Sep 17 00:00:00 2001 From: JC Estibariz Date: Tue, 7 Apr 2026 15:48:06 -0400 Subject: [PATCH] Bump version to 1.0.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e5f85f5..cfb2ca8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bluecateng/git-checks", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@bluecateng/git-checks", - "version": "1.0.1", + "version": "1.0.2", "license": "ISC", "bin": { "check-git-commits": "bin/check-git-commits.js", diff --git a/package.json b/package.json index 6a519af..8228fa3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bluecateng/git-checks", - "version": "1.0.1", + "version": "1.0.2", "description": "Validation commands for Git hooks", "license": "ISC", "repository": {