conventional-changelog-beemo
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -0,1 +1,7 @@ | ||
### 1.2.1 - 2019-04-24 | ||
#### 🐞 Fixes | ||
- Fixed a minor version bump issue when no patch commits exist. | ||
## 1.2.0 - 2019-04-10 | ||
@@ -2,0 +8,0 @@ |
@@ -8,4 +8,4 @@ const options = { | ||
revertCorrespondence: [], | ||
revertPattern: /^Revert|revert:/u | ||
revertPattern: /^Revert/u | ||
}; | ||
export default options; |
@@ -16,3 +16,3 @@ import parserOpts from './parserOpts'; | ||
if (level === 2) { | ||
if (level === null || level === 2) { | ||
level = 1; | ||
@@ -19,0 +19,0 @@ } |
@@ -84,3 +84,2 @@ import fs from 'fs'; | ||
context.date = '2019-02-26'; | ||
context.version = '0.0.0'; | ||
} | ||
@@ -87,0 +86,0 @@ |
@@ -12,5 +12,5 @@ "use strict"; | ||
revertCorrespondence: [], | ||
revertPattern: /^Revert|revert:/u | ||
revertPattern: /^Revert/u | ||
}; | ||
var _default = options; | ||
exports.default = _default; |
@@ -24,3 +24,3 @@ "use strict"; | ||
if (level === 2) { | ||
if (level === null || level === 2) { | ||
level = 1; | ||
@@ -27,0 +27,0 @@ } |
@@ -93,3 +93,2 @@ "use strict"; | ||
context.date = '2019-02-26'; | ||
context.version = '0.0.0'; | ||
} | ||
@@ -96,0 +95,0 @@ |
{ | ||
"name": "conventional-changelog-beemo", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Conventional changelog preset for Beemo and associated projects.", | ||
@@ -36,2 +36,3 @@ "keywords": [ | ||
"conventional-changelog-core": "^3.1.6", | ||
"conventional-recommended-bump": "^4.1.1", | ||
"git-dummy-commit": "^1.3.0", | ||
@@ -38,0 +39,0 @@ "shelljs": "^0.8.3" |
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
25186
7
556