Skip to content

Commit

Permalink
plugins/vaultpress: correct stable tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
samiff authored and matticbot committed Jul 6, 2023
1 parent 2fffbd7 commit 81ca11e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
15 changes: 6 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.1.0-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

## [3.1.0] - 2023-07-06
### Added
- Added `consume` option for requirements.
- Option to request review if requirement is not satisfied.
- Added `consume` option for requirements. [#29317]
- Option to request review if requirement is not satisfied. [#30653]

### Changed
- Updated package dependencies.
- Updated package dependencies. [#29855]

### Fixed
- Don't fail on case mismatch for `@singleuser` pseudo-teams.
- Don't fail on case mismatch for `@singleuser` pseudo-teams. [#29322]

## [3.0.2] - 2023-02-07
### Changed
Expand Down Expand Up @@ -78,7 +75,7 @@ This is an alpha version! The changes listed here are not final.

- Initial release

[3.1.0-alpha]: https://github.com/Automattic/action-required-review/compare/v3.0.2...v3.1.0-alpha
[3.1.0]: https://github.com/Automattic/action-required-review/compare/v3.0.2...v3.1.0
[3.0.2]: https://github.com/Automattic/action-required-review/compare/v3.0.1...v3.0.2
[3.0.1]: https://github.com/Automattic/action-required-review/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/Automattic/action-required-review/compare/v2.2.2...v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "required-review",
"version": "3.1.0-alpha",
"version": "3.1.0",
"description": "Check that a Pull Request has reviews from required teams.",
"main": "index.js",
"author": "Automattic",
Expand Down

0 comments on commit 81ca11e

Please sign in to comment.