From aed52f2ad8cfdc7a556700c8886fa67654579f7e Mon Sep 17 00:00:00 2001 From: bcoe Date: Sun, 5 May 2019 14:55:23 -0700 Subject: [PATCH] chore(release): 6.0.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 745771775..2d8e9f25d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [6.0.1](https://github.com/conventional-changelog/standard-version/compare/v6.0.0...v6.0.1) (2019-05-05) + + +### Bug Fixes + +* don't pass args to git rev-parse ([1ac72f7](https://github.com/conventional-changelog/standard-version/commit/1ac72f7)) + + + ## [6.0.0](https://github.com/conventional-changelog/standard-version/compare/v5.0.2...v6.0.0) (2019-05-05) diff --git a/package.json b/package.json index 0f5540d91..0b45d4834 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "standard-version", - "version": "6.0.0", + "version": "6.0.1", "description": "replacement for `npm version` with automatic CHANGELOG generation", "bin": "bin/cli.js", "scripts": {