From 907d655d11ab2048bb5eee55e2422260e3510f1c Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 7 Mar 2024 13:02:33 +0100 Subject: [PATCH] fix(core): update --- test/{test.ts => test.both.ts} | 0 ts/00_commitinfo_data.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename test/{test.ts => test.both.ts} (100%) diff --git a/test/test.ts b/test/test.both.ts similarity index 100% rename from test/test.ts rename to test/test.both.ts diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index e287115..5265949 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartversion', - version: '3.0.3', + version: '3.0.4', description: 'handle semver with ease' }