@alcalzone/release-script-plugin-iobroker
Advanced tools
Comparing version 3.7.0 to 3.7.1
@@ -20,3 +20,3 @@ "use strict"; | ||
exports.limitKeys = limitKeys; | ||
const changelogAuthorRegex = /^[ \t]*[\*\-][ \t]*\([a-z0-9\-_,;&\+\/ ]+\)[ \t]*/gim; | ||
const changelogAuthorRegex = /^[ \t]*[\*\-][ \t]*\([\p{L}\p{M}0-9@\-_,;&\+\/ ]+\)[ \t]*/gim; | ||
const changelogBulletPointTestRegex = /^[ \t]*[\*\-][ \t]*/; | ||
@@ -23,0 +23,0 @@ const changelogBulletPointReplaceRegex = new RegExp(changelogBulletPointTestRegex, "mg"); |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "3.7.0", | ||
"version": "3.7.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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24177