From cfe189b02f2b3a1ffd233353ac7bb378d1971005 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 27 Jul 2022 00:40:46 +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 5f843c7..64d1ed6 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smarturl', - version: '2.0.2', + version: '3.0.0', description: 'a url parsing lib' }