From 81ca11e65a65c85c82833bbbfcbadb2874d0b135 Mon Sep 17 00:00:00 2001 From: samiff Date: Thu, 6 Jul 2023 19:05:30 +0000 Subject: [PATCH] plugins/vaultpress: correct stable tag version Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/5479061452 --- CHANGELOG.md | 15 ++++++--------- package.json | 2 +- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cdba7b..48caa11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 81f95c6..4c2a2b0 100644 --- a/package.json +++ b/package.json @@ -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",