Skip to content

Commit

Permalink
Merge pull request #50 from shannonlal/v-0-6-CodeClimate
Browse files Browse the repository at this point in the history
Check in code coverage and new version for package.json
  • Loading branch information
shannonlal committed Nov 12, 2017
2 parents 9a959da + 7b8efad commit f5a7b7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit f5a7b7b

Please sign in to comment.