conventional-recommended-version
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -0,3 +1,13 @@ | ||
<a name="0.1.1"></a> | ||
## [0.1.1](https://github.com/JamieMason/conventional-recommended-version/compare/0.1.0...v0.1.1) (2015-11-30) | ||
### Bug Fixes | ||
* **compute-version:** reset feature and fix versions on breaking change ([6e9ac82](https://github.com/JamieMason/conventional-recommended-version/commit/6e9ac82)) | ||
<a name="0.1.0"></a> | ||
# 0.1.0 (2015-11-06) | ||
# [0.1.0](https://github.com/JamieMason/conventional-recommended-version/compare/f616514...0.1.0) (2015-11-06) | ||
@@ -4,0 +14,0 @@ |
@@ -46,2 +46,4 @@ #!/usr/bin/env node | ||
breaking++; | ||
feat = 0; | ||
fix = 0; | ||
} | ||
@@ -48,0 +50,0 @@ } |
{ | ||
"name": "conventional-recommended-version", | ||
"description": "Using a conventional-changelog commit history, determine the current version number of your project.", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"author": "Jamie Mason <siunmaru@gmail.com>", | ||
@@ -6,0 +6,0 @@ "bin": "cli.js", |
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
6480
61