From 71080e6413df998aceefdecec1479de9ffd39192 Mon Sep 17 00:00:00 2001 From: Christophe Hurpeau Date: Sat, 12 Mar 2022 14:57:12 +0100 Subject: [PATCH] chore(main): release 1.100.0 (#483) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1baf79370..03ef5a865 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.100.0](https://github.com/christophehurpeau/reviewflow/compare/v1.99.0...v1.100.0) (2022-03-12) + + +### Features + +* **deps:** update dependency @slack/web-api to v6.7.0 ([#471](https://github.com/christophehurpeau/reviewflow/issues/471)) ([f523127](https://github.com/christophehurpeau/reviewflow/commit/f523127f0c4a4703ba65f08e502cc4849b0a0ae5)) + + +### Bug Fixes + +* **deps:** update dependency emoji-regex to v10.0.1 ([#481](https://github.com/christophehurpeau/reviewflow/issues/481)) ([f04fec8](https://github.com/christophehurpeau/reviewflow/commit/f04fec89833d9ec587d7c99ad899d6d9ef69addc)) + ## [1.99.0](https://github.com/christophehurpeau/reviewflow/compare/v1.98.0...v1.99.0) (2022-02-20) diff --git a/package.json b/package.json index 3ab305fa0..a3add4d48 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "reviewflow", "private": true, - "version": "1.99.0", + "version": "1.100.0", "description": "Open Source Github Bot that improves PR flow from opening to merging.", "author": "Christophe Hurpeau (https://christophe.hurpeau.com)", "license": "ISC",