From 0a97f2780fb28d3994106c8c4376224cf2393976 Mon Sep 17 00:00:00 2001 From: Christophe Hurpeau Date: Sun, 24 Oct 2021 14:50:25 +0200 Subject: [PATCH] chore(release): 1.85.2 [skip ci] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec082dd77..e194ef3f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.85.2](https://github.com/christophehurpeau/reviewflow/compare/v1.85.1...v1.85.2) (2021-10-24) + + +### Bug Fixes + +* renovate was not considered as a bot ([7c4be18](https://github.com/christophehurpeau/reviewflow/commit/7c4be18641f1935a428618216b4921310c008c48)) + ### [1.85.1](https://github.com/christophehurpeau/reviewflow/compare/v1.85.0...v1.85.1) (2021-10-24) diff --git a/package.json b/package.json index 93081b4f6..313fb84a1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "reviewflow", "private": true, - "version": "1.85.1", + "version": "1.85.2", "description": "Open Source Github Bot that improves PR flow from opening to merging.", "author": "Christophe Hurpeau (https://christophe.hurpeau.com)", "license": "ISC",