From a75167abee43a7850bdfe0ba6d200616da6675e0 Mon Sep 17 00:00:00 2001 From: Christophe Hurpeau Date: Sun, 29 Jan 2023 17:45:30 +0100 Subject: [PATCH] chore(main): release 1.118.2 (#640) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 202111a20..3f27c9c0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.118.2](https://github.com/christophehurpeau/reviewflow/compare/v1.118.1...v1.118.2) (2023-01-29) + + +### Bug Fixes + +* always add automerge label for bots prs ([84b8767](https://github.com/christophehurpeau/reviewflow/commit/84b8767bbd2366ce21ca20c1badd029f717c66e5)) +* make sure PRs are reviewed before merged unless the config allows it and it is the owner ([e95363a](https://github.com/christophehurpeau/reviewflow/commit/e95363ad99ec0cac86f2e8081b2789a13c60213f)) + ## [1.118.1](https://github.com/christophehurpeau/reviewflow/compare/v1.118.0...v1.118.1) (2023-01-23) diff --git a/package.json b/package.json index f9e7498b0..04bd1f514 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "reviewflow", "private": true, - "version": "1.118.1", + "version": "1.118.2", "description": "🚦 Open Source GitHub bot that improves PR flow from opening to merging.", "author": "Christophe Hurpeau (https://christophe.hurpeau.com)", "license": "ISC",