From 7b8efad370decd8c32f1d8ad2faec5296859e787 Mon Sep 17 00:00:00 2001 From: Shannon Lal Date: Sun, 12 Nov 2017 14:23:04 -0500 Subject: [PATCH] Check in code coverage and new version for package.json --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca4076e..268eb88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.6.0] - 2017-11-12 +### Added +- Added code climate integration to monitor code quality in project @shannonlal + ## [0.5.0] - 2017-11-12 ### Added - Added chaining support to confirm function @shannonlal diff --git a/package.json b/package.json index 7f1143c..7107480 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gulp-prompt", - "version": "0.5.0", + "version": "0.6.0", "description": "Add interactive console prompts to gulp", "main": "index.js", "scripts": {