From 0ead80750a5312e2642943b588d1a884c5d42c59 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 28 May 2022 21:05:37 +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 727c238..8cfe596 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartmarkdown', - version: '2.0.14', + version: '3.0.0', description: 'do more with markdown files' }