From ed6e439424fde85ccec5aa979b932cac4269c365 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 21 Oct 2024 12:57:55 +0200 Subject: [PATCH] 1.1.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9d7d2b1..3711bf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@git.zone/tspublish", - "version": "1.0.1", + "version": "1.1.0", "private": false, "description": "publish multiple, concise and small packages from monorepos", "main": "dist_ts/index.js", @@ -51,4 +51,4 @@ "@push.rocks/smartnpm": "^2.0.4", "@push.rocks/smartpath": "^5.0.18" } -} \ No newline at end of file +}