From b5db503781fbfa9b101a0b1c5247e8099af999b7 Mon Sep 17 00:00:00 2001 From: Christophe Hurpeau Date: Sat, 21 Jan 2023 17:54:47 +0100 Subject: [PATCH] chore(main): release 1.111.1 (#618) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f55f56526..d25d77039 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.111.1](https://github.com/christophehurpeau/reviewflow/compare/v1.111.0...v1.111.1) (2023-01-21) + + +### Bug Fixes + +* call to getGithubTeamsForMember when not an org ([5403fb0](https://github.com/christophehurpeau/reviewflow/commit/5403fb0b8442b87ac5add3ee4f3c019e3ed5585d)) + ## [1.111.0](https://github.com/christophehurpeau/reviewflow/compare/v1.110.0...v1.111.0) (2023-01-21) diff --git a/package.json b/package.json index 3640b1953..3bc93e7ec 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "reviewflow", "private": true, - "version": "1.111.0", + "version": "1.111.1", "description": "Open Source Github Bot that improves PR flow from opening to merging.", "author": "Christophe Hurpeau (https://christophe.hurpeau.com)", "license": "ISC",