From 80853a452157cd8bf062b306efecccaf77c8cb3d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 22 May 2024 18:24:58 +0000 Subject: [PATCH] chore: release 3.14.0 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0d7dd14b..6909b8eca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.14.0](https://github.com/christophehurpeau/reviewflow/compare/v3.13.1...v3.14.0) (2024-05-22) + + +### Features + +* clean title with scope ([d29bb44](https://github.com/christophehurpeau/reviewflow/commit/d29bb44b501a46383988f90ce67884625d1685e6)) +* **deps:** update react monorepo to v18.3.0 ([#962](https://github.com/christophehurpeau/reviewflow/issues/962)) ([c967b1d](https://github.com/christophehurpeau/reviewflow/commit/c967b1d5146c2ccb67b543d9a99a4b9e54000b0b)) + + ## [3.13.1](https://github.com/christophehurpeau/reviewflow/compare/v3.13.0...v3.13.1) (2024-04-26) diff --git a/package.json b/package.json index 694b30917..e16a96512 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "reviewflow", "private": true, - "version": "3.13.1", + "version": "3.14.0", "description": "🚦 Open Source GitHub bot that improves PR flow from opening to merging.", "author": "Christophe Hurpeau (https://christophe.hurpeau.com)", "license": "ISC",