From 6f17a76b6eb617e469fd1b624e41e88c656dfb5c Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 4 May 2022 17:14:38 +0200 Subject: [PATCH] BREAKING CHANGE(core): remove parcel and rollup --- 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 605d401..770ab39 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@gitzone/tsbundle', - version: '1.0.104', + version: '2.0.0', description: 'a bundler using rollup for painless bundling of web projects' }