From c71ac160907e9b360a2f6620480495ce57ee2a9e Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 4 Apr 2023 20:54:35 +0200 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 c754ec9..0a9ecb0 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartpromise', - version: '3.1.9', + version: '4.0.0', description: 'simple promises and Deferred constructs' }