From fffa86bb5d97fee23fd04b46bb2b0a07c633e1ab Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 26 Mar 2021 21:39:30 +0000 Subject: [PATCH] chore(release): update changelog for 0.2.0 [skip ci] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a0a941..f7f8b7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.2.0](https://github.com/tophat/commit-watch/compare/v0.1.0...v0.2.0) (2021-03-26) + + +### Features + +* support config from cli args and config file ([#61](https://github.com/tophat/commit-watch/issues/61)) ([39a6549](https://github.com/tophat/commit-watch/commit/39a654947cf022cb7996627c97f669e0531a5042)) + # [0.1.0](https://github.com/tophat/commit-watch/compare/v0.0.13...v0.1.0) (2021-03-26) diff --git a/package.json b/package.json index a1b7815..5e700d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commit-watch", - "version": "0.1.0", + "version": "0.2.0", "description": "commit message status check for continuous integration", "main": "index.js", "repository": "git@github.com:tophat/commit-watch.git",