diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e13d6d39..571916d0a 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.123.1](https://github.com/christophehurpeau/reviewflow/compare/v1.123.0...v1.123.1) (2023-03-15) + + +### Bug Fixes + +* fix displayed number instead of id in slack home ([94a732e](https://github.com/christophehurpeau/reviewflow/commit/94a732e90a688cec1d5bbb0d002db16ab65f0973)) + ## [1.123.0](https://github.com/christophehurpeau/reviewflow/compare/v1.122.0...v1.123.0) (2023-03-13) diff --git a/package.json b/package.json index 150911ab3..0e89b3220 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "reviewflow", "private": true, - "version": "1.123.0", + "version": "1.123.1", "description": "🚦 Open Source GitHub bot that improves PR flow from opening to merging.", "author": "Christophe Hurpeau (https://christophe.hurpeau.com)", "license": "ISC",