From ec2fc17e4cd23e2d403372c0ea0d8d84349a7928 Mon Sep 17 00:00:00 2001 From: Claudio Santos Date: Mon, 26 Aug 2019 17:37:01 -0400 Subject: [PATCH] First Production Release v0.3.6 --- changelog.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 5a39697..bac5b42 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,13 @@ +# DBAssistant v0.3.6 + +- option to convert backslashes (win) to forward slashes (cross-compatible) on export + +# DBAssistant v0.3.5 + +## Bugs + +- fixed inclusion of templates + # DBAssistant v0.3.4 ## Bugs diff --git a/package.json b/package.json index aa81efe..2f8d0e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dbassistant", - "version": "0.3.5", + "version": "0.3.6", "description": "", "main": "./bin/cli.js", "bin": "./bin/cli.js",