From 5c4ae278a2bbb31b25c61e4e1824d7ce0c9bd794 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 21 Oct 2024 13:21:48 +0200 Subject: [PATCH] 1.2.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 517ee7f..8aaa390 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@git.zone/tspublish", - "version": "1.1.0", + "version": "1.2.0", "private": false, "description": "A tool to publish multiple, concise, and small packages from monorepos, specifically for TypeScript projects within a git environment.", "main": "dist_ts/index.js", @@ -64,4 +64,4 @@ "module-management", "developer-tools" ] -} \ No newline at end of file +}