From f54c562b382d2994e04650adeaced8e272be1045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ven=C3=A2ncio?= Date: Sun, 31 Jul 2022 21:54:59 +0100 Subject: [PATCH] feat: new release (#27) * chore(develop): release 1.1.0 (#5) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * feat(export): add collector export (#17) * feat(export): add export collectors * chore(export): add platform param * refactor(export): rename function Co-authored-by: d-pettersson * fix(general): refactor build script (#18) (#19) * feat(export): refactor code to allow for options (#21) * fix(export): refactor code to allow for options * feat(export): added 8bidou typed * chore(develop): release 1.2.0 (#24) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * feat(templates): adding template engine (#25) * feat: add template submodules * chore: updated submodules * chore: removed submodule * chore(general): refactor to include ncc * chore: finalise templates * chore: add missing files * chore(general): cleanup * chore: cleanup * chore: add eslint and prettier * feat: new release Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: somaticbits <80890151+somaticbits@users.noreply.github.com> Co-authored-by: d-pettersson --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a83526f..78a4a9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@versumstudios/cli", - "version": "1.2.0", + "version": "1.3.0", "preferGlobal": true, "license": "Apache-2.0", "description": "The command-line interface for versum",