From de2a2035f523e455db267e631fde4f9f32aa126b Mon Sep 17 00:00:00 2001 From: marceloavf-bot Date: Tue, 3 Jul 2018 16:03:55 +0000 Subject: [PATCH] chore(release): 0.4.1 [skip ci] ***NO_CI*** ## [0.4.1](https://github.com/marceloavf/github-tools-vsts/compare/v0.4.0...v0.4.1) (2018-07-03) ### Bug Fixes * change task definition input order ([c7368f9](https://github.com/marceloavf/github-tools-vsts/commit/c7368f9)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d72a18d..bc4ac52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +## [0.4.1](https://github.com/marceloavf/github-tools-vsts/compare/v0.4.0...v0.4.1) (2018-07-03) + + +### Bug Fixes + +* change task definition input order ([c7368f9](https://github.com/marceloavf/github-tools-vsts/commit/c7368f9)) + # [0.4.0](https://github.com/marceloavf/github-tools-vsts/compare/v0.3.4...v0.4.0) (2018-07-03) diff --git a/package.json b/package.json index 3abc039..899c9ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-tools-vsts", - "version": "0.4.0", + "version": "0.4.1", "license": "MIT", "repository": { "type": "git",