@alcalzone/release-script-plugin-iobroker
Advanced tools
Comparing version 3.5.0 to 3.5.1
@@ -20,3 +20,3 @@ "use strict"; | ||
exports.limitKeys = limitKeys; | ||
const changelogAuthorRegex = /^[ \t]*[\*\-][ \t]*\([a-z0-9\-_,;&\+ ]+\)[ \t]*/gim; | ||
const changelogAuthorRegex = /^[ \t]*[\*\-][ \t]*\([a-z0-9\-_,;&\+\/ ]+\)[ \t]*/gim; | ||
const changelogBulletPointTestRegex = /^[ \t]*[\*\-][ \t]*/; | ||
@@ -23,0 +23,0 @@ const changelogBulletPointReplaceRegex = new RegExp(changelogBulletPointTestRegex, "mg"); |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "3.5.0", | ||
"version": "3.5.1", | ||
"description": "Plugin for Al Calzone's release script: ioBroker", | ||
@@ -9,0 +9,0 @@ "keywords": [], |
Sorry, the diff of this file is not supported yet
23910