From 20010d5fc48ceebc1d6421ee33b1eb519d606fe5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 10 Nov 2023 23:47:50 +0000 Subject: [PATCH] chore: release 3.2.0 [skip ci] --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed712cc99..08e98662b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.2.0](https://github.com/christophehurpeau/reviewflow/compare/v3.1.0...v3.2.0) (2023-11-10) + + +### Features + +* add information on changed files/lines on request review message ([f3427ae](https://github.com/christophehurpeau/reviewflow/commit/f3427ae35bac4c8b8c4f594de49b741f9203e42f)) +* improve check failed message ([96372cb](https://github.com/christophehurpeau/reviewflow/commit/96372cbebb1047fa21f1c5a350a33fd6a3796aea)) + + +### Bug Fixes + +* correctly place team members requested by name ([8fd7119](https://github.com/christophehurpeau/reviewflow/commit/8fd71193c3805ef567adaa5c3834e12af227d91d)) + + ## [3.1.0](https://github.com/christophehurpeau/reviewflow/compare/v3.0.1...v3.1.0) (2023-11-05) diff --git a/package.json b/package.json index 5c661aee2..be2d4ac39 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "reviewflow", "private": true, - "version": "3.1.0", + "version": "3.2.0", "description": "🚦 Open Source GitHub bot that improves PR flow from opening to merging.", "author": "Christophe Hurpeau (https://christophe.hurpeau.com)", "license": "ISC",