From a9a218a2a4b3320879500c38b72f72a5f745dfd4 Mon Sep 17 00:00:00 2001 From: Christophe Hurpeau Date: Tue, 6 Sep 2022 19:30:20 +0200 Subject: [PATCH] chore(main): release 1.106.2 (#570) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3242ddd29..d32b0e053 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.106.2](https://github.com/christophehurpeau/reviewflow/compare/v1.106.1...v1.106.2) (2022-09-06) + + +### Bug Fixes + +* make sure text is string ([23907cd](https://github.com/christophehurpeau/reviewflow/commit/23907cd18b9fa892cbd2a05e9ad93582421db22c)) + ## [1.106.1](https://github.com/christophehurpeau/reviewflow/compare/v1.106.0...v1.106.1) (2022-09-06) diff --git a/package.json b/package.json index afa2cbfcc..9c2fec0ab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "reviewflow", "private": true, - "version": "1.106.1", + "version": "1.106.2", "description": "Open Source Github Bot that improves PR flow from opening to merging.", "author": "Christophe Hurpeau (https://christophe.hurpeau.com)", "license": "ISC",