Skip to content

Commit 93b0280

Browse files
committed
3.1.0
1 parent 6f9b522 commit 93b0280

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ All notable changes to this project will be documented in this file.
33
The format is based on [Keep a Changelog](http://keepachangelog.com/)
44
and this project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## 3.0.1 - 220.12.2021
6+
## 3.1.0 - 29.12.2021
7+
8+
### Added
9+
- [#36](https://github.com/zattoo/reviewers/issues/36) Show required reviewers on Pull Request description
10+
11+
## 3.0.1 - 22.12.2021
712

813
### Fixed
914
- Ignored files were included in changed files

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reviewers",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "GitHub Action to recognize and assign reviewers and codeowners",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)