From 1f00bfd62f85e262cbc5c21816bc3071bbab877d Mon Sep 17 00:00:00 2001 From: Charlie Greenman Date: Mon, 27 Mar 2023 11:30:49 +0300 Subject: [PATCH] Uptick version to publish version prefix logic. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d5f1ed9..1692909 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "package-json-manager", - "version": "1.1.4", + "version": "1.1.5", "description": "Autonomously determine correct version of all the things.", "main": "./dist/index.js", "types": "./dist/index.d.ts",