standard-version
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="2.1.2"></a> | ||
## [2.1.2](https://github.com/conventional-changelog/standard-version/compare/v2.1.1...v2.1.2) (2016-04-11) | ||
### Bug Fixes | ||
* we had too many \n characters ([#17](https://github.com/conventional-changelog/standard-version/issues/17)) ([67a01cd](https://github.com/conventional-changelog/standard-version/commit/67a01cd)) | ||
<a name="2.1.1"></a> | ||
@@ -7,0 +17,0 @@ ## [2.1.1](https://github.com/conventional-changelog/standard-version/compare/v2.1.0...v2.1.1) (2016-04-10) |
@@ -96,3 +96,3 @@ #!/usr/bin/env node | ||
checkpoint('outputting changes to %s', [argv.infile]) | ||
fs.writeFileSync(argv.infile, header + '\n' + content + oldContent, 'utf-8') | ||
fs.writeFileSync(argv.infile, header + '\n' + (content + oldContent).replace(/\n+$/, '\n'), 'utf-8') | ||
return cb() | ||
@@ -99,0 +99,0 @@ }) |
{ | ||
"name": "standard-version", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "replacement for `npm version` with automatic CHANGELOG generation", | ||
@@ -5,0 +5,0 @@ "bin": "index.js", |
@@ -6,3 +6,3 @@ # Standard Version | ||
[![Coverage Status](https://coveralls.io/repos/conventional-changelog/standard-version/badge.svg?branch=)](https://coveralls.io/r/conventional-changelog/standard-version?branch=master) | ||
[![Standard Version](https://img.shields.io/badge/standard-version-brightgreen.svg)](https://github.com/conventional-changelog/standard-version) | ||
[![Standard Version](https://img.shields.io/badge/release-standard%20version-brightgreen.svg)](https://github.com/conventional-changelog/standard-version) | ||
@@ -93,3 +93,3 @@ > stop using `npm version`, use `standard-version` it rocks! | ||
```markdown | ||
[![Standard Version](https://img.shields.io/badge/standard-version-brightgreen.svg)](https://github.com/conventional-changelog/standard-version) | ||
[![Standard Version](https://img.shields.io/badge/release-standard%20version-brightgreen.svg)](https://github.com/conventional-changelog/standard-version) | ||
``` | ||
@@ -96,0 +96,0 @@ |
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
15469