From 3db556c817d5a613f72cd54975e329a928ac53ab Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 17 Apr 2023 07:37:35 +0000 Subject: [PATCH] Release 1.1.0 - Apr 17, 2023, 1:37 AM MDT [skip ci] ## [1.1.0](https://github.com/sebastiancretu/github-action-pr-slack-reminder/compare/v1.0.0...v1.1.0) (2023-04-17) ### Features * added random reviews ([d48112a](https://github.com/sebastiancretu/github-action-pr-slack-reminder/commit/d48112a4a530707f5e01c0e03f8a7853fd763d97)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cadc97..629bc86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.0](https://github.com/sebastiancretu/github-action-pr-slack-reminder/compare/v1.0.0...v1.1.0) (2023-04-17) + + +### Features + +* added random reviews ([d48112a](https://github.com/sebastiancretu/github-action-pr-slack-reminder/commit/d48112a4a530707f5e01c0e03f8a7853fd763d97)) + ## 1.0.0 (2022-10-25) diff --git a/package.json b/package.json index c413b95..07d68b8 100644 --- a/package.json +++ b/package.json @@ -52,5 +52,5 @@ "release": "semantic-release", "test": "jest" }, - "version": "1.0.0" + "version": "1.1.0" }