From 31275536ecc3a9e58f7989877334bf047f052d39 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 21 Nov 2022 12:33:25 +0100 Subject: [PATCH] BREAKING CHANGE(core): switch to esm --- ts/00_commitinfo_data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index c46128b..8594ba3 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smarttime', - version: '3.0.48', + version: '4.0.0', description: 'handle time in smart ways' }