From 98d7bb41fee6d0989bbb5f30b9b9a4f94824cfb0 Mon Sep 17 00:00:00 2001 From: marceloavf-bot Date: Tue, 20 Mar 2018 09:55:51 +0000 Subject: [PATCH] chore(release): 0.3.2 [skip ci] ***NO_CI*** ## [0.3.2](https://github.com/marceloavf/github-tools-vsts/compare/v0.3.1...v0.3.2) (2018-03-20) ### Bug Fixes * **task.json:** change jsonpath ([9cd4d3d](https://github.com/marceloavf/github-tools-vsts/commit/9cd4d3d)) ### Reverts * **task.json:** change jsonpath for github repositories ([c989d17](https://github.com/marceloavf/github-tools-vsts/commit/c989d17)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ed558f..855a98f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ + +## [0.3.2](https://github.com/marceloavf/github-tools-vsts/compare/v0.3.1...v0.3.2) (2018-03-20) + + +### Bug Fixes + +* **task.json:** change jsonpath ([9cd4d3d](https://github.com/marceloavf/github-tools-vsts/commit/9cd4d3d)) + + +### Reverts + +* **task.json:** change jsonpath for github repositories ([c989d17](https://github.com/marceloavf/github-tools-vsts/commit/c989d17)) + ## [0.3.1](https://github.com/marceloavf/github-tools-vsts/compare/v0.3.0...v0.3.1) (2018-03-19) diff --git a/package.json b/package.json index 099b59c..1c52d14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-tools-vsts", - "version": "0.3.1", + "version": "0.3.2", "release": { "verifyConditions": [ "@semantic-release/changelog",