From 26d7bc08d961b98bfa529ef0d6c3c1aa345458b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 26 Apr 2024 19:49:13 +0000 Subject: [PATCH] chore: release 3.13.1 [skip ci] --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20fde2cec..d0d7dd14b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.13.1](https://github.com/christophehurpeau/reviewflow/compare/v3.13.0...v3.13.1) (2024-04-26) + + +### Bug Fixes + +* filter closed prs with requested changes diplayed in slack home ([0ca7b67](https://github.com/christophehurpeau/reviewflow/commit/0ca7b67cc5f31b4681924967bd64e8adb8c7b885)) + + ## [3.13.0](https://github.com/christophehurpeau/reviewflow/compare/v3.12.0...v3.13.0) (2024-04-24) diff --git a/package.json b/package.json index 65bc3e103..9488728f8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "reviewflow", "private": true, - "version": "3.13.0", + "version": "3.13.1", "description": "🚦 Open Source GitHub bot that improves PR flow from opening to merging.", "author": "Christophe Hurpeau (https://christophe.hurpeau.com)", "license": "ISC",