From 21bb41eccfa4cd7650f2ca163ca7f6d1c79377c9 Mon Sep 17 00:00:00 2001 From: Steve Mao Date: Tue, 31 Mar 2015 11:02:37 +1100 Subject: [PATCH] chore: release v1.2.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2957dbb..4c25db2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +## 1.2.0 (2015-03-31) + + +#### Bug Fixes + +* **task:** fix that all editors can be started in config ([35a92b1d](https://github.com/btford/grunt-conventional-changelog/commit/35a92b1d), closes [#35](https://github.com/btford/grunt-conventional-changelog/issues/35)) + + +#### Breaking Changes + +* This module no longer reads your package.json to find version and repository. This logic is moved to conventional-changelog. We want to make this one a pure grunt wrapper. + + ([0f9562ff](https://github.com/btford/grunt-conventional-changelog/commit/0f9562ff)) + + ## 1.1.0 (2014-02-11) diff --git a/package.json b/package.json index e0e1a99..a99cf2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grunt-conventional-changelog", - "version": "1.1.0", + "version": "1.2.0", "description": "Generate a markdown changelog from git commit data", "engines": { "node": ">=0.10.0"