From 53bdbb78cc99340ac16303d07411e02b52a4a91e Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 26 Jun 2022 09:27:39 +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 08f1b7c..dc7ce1f 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartlog-destination-receiver', - version: '1.0.10', + version: '2.0.0', description: 'a smartlog destination for smartlog-receiver' }