From ec868f0a10779a4554ae3bd99d3525d2650c3b28 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2020 09:11:08 -0700 Subject: [PATCH] chore: release 5.5.1 (#811) * chore: updated packages/gcf-utils/CHANGELOG.md [ci skip] * chore: updated packages/gcf-utils/package.json Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- packages/gcf-utils/CHANGELOG.md | 7 +++++++ packages/gcf-utils/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/gcf-utils/CHANGELOG.md b/packages/gcf-utils/CHANGELOG.md index 15f0df0d60c..771be035e54 100644 --- a/packages/gcf-utils/CHANGELOG.md +++ b/packages/gcf-utils/CHANGELOG.md @@ -87,6 +87,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +### [5.5.1](https://www.github.com/googleapis/repo-automation-bots/compare/v5.5.0...v5.5.1) (2020-08-06) + + +### Bug Fixes + +* **gcf-utils:** Revert binding trigger information to logger ([#809](https://www.github.com/googleapis/repo-automation-bots/issues/809)) ([e9c42b3](https://www.github.com/googleapis/repo-automation-bots/commit/e9c42b3c1e0dafdc05db2e9b1240cb24447de75e)), closes [#796](https://www.github.com/googleapis/repo-automation-bots/issues/796) + ## [5.5.0](https://www.github.com/googleapis/repo-automation-bots/compare/v5.4.0...v5.5.0) (2020-08-05) diff --git a/packages/gcf-utils/package.json b/packages/gcf-utils/package.json index c9c887eba42..a4ec78e9119 100644 --- a/packages/gcf-utils/package.json +++ b/packages/gcf-utils/package.json @@ -1,6 +1,6 @@ { "name": "gcf-utils", - "version": "5.5.0", + "version": "5.5.1", "description": "An extension for running Probot in Google Cloud Functions", "scripts": { "compile": "tsc -p .",