@aurahelper/git-manager
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -306,2 +306,5 @@ "use strict"; | ||
} | ||
if (!commit.message) { | ||
commit.message = ''; | ||
} | ||
commit.message += logLine.trim() + '\n'; | ||
@@ -308,0 +311,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"displayName": "Aura Helper Framework Git Manager", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "Aura Helper Git Manager Module its a module to handle and manage all git operations and commands.", | ||
@@ -8,0 +8,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
102112
671