From bffe8b89a1ad256c7c5739e54ea68eb938f0a26e Mon Sep 17 00:00:00 2001 From: Jamie Slome Date: Fri, 25 Oct 2024 07:40:41 +0100 Subject: [PATCH] chore: bump minor for release v1.4.0 --- 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 625c3bb2..51e24d1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@finos/git-proxy", - "version": "1.3.10", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@finos/git-proxy", - "version": "1.3.10", + "version": "1.4.0", "license": "Apache-2.0", "workspaces": [ "./packages/git-proxy-cli" diff --git a/package.json b/package.json index 0aa16ddc..f4d6b467 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@finos/git-proxy", - "version": "1.3.10", + "version": "1.4.0", "description": "Deploy custom push protections and policies on top of Git.", "scripts": { "cli": "node ./packages/git-proxy-cli/index.js",