From 6a2577cde63581d75dfc0bafcf8c685e593631d7 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 11 Oct 2022 13:18:35 +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 ce30172..9845f87 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartssh', - version: '1.2.7', + version: '2.0.0', description: 'setups SSH quickly and in a painless manner' }