diff --git a/CHANGELOG.md b/CHANGELOG.md index 334d7a38f..88ef798df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.91.0](https://github.com/christophehurpeau/reviewflow/compare/v1.90.0...v1.91.0) (2022-01-01) + + +### Features + +* **deps:** update dependency @slack/web-api to v6.5.1 ([#233](https://github.com/christophehurpeau/reviewflow/issues/233)) ([8798a52](https://github.com/christophehurpeau/reviewflow/commit/8798a52768f980fbd4fb4c6aaaf7ec1351bc147a)) +* dont automerge when checks or statuses are pending ([5adb650](https://github.com/christophehurpeau/reviewflow/commit/5adb6506e734ac2401108413023790f31489005f)) + ## [1.90.0](https://www.github.com/christophehurpeau/reviewflow/compare/v1.89.0...v1.90.0) (2022-01-01) diff --git a/package.json b/package.json index 202172d2f..6e9112d7a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "reviewflow", "private": true, - "version": "1.90.0", + "version": "1.91.0", "description": "Open Source Github Bot that improves PR flow from opening to merging.", "author": "Christophe Hurpeau (https://christophe.hurpeau.com)", "license": "ISC",