From c85c8d64fd670ed62a77feea2f12f558e0e105c0 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 7 Aug 2022 19:07:15 +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 91e22cf..77d9190 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@mojoio/mailgun', - version: '1.0.32', + version: '2.0.0', description: 'an api abstraction package for mailgun' }