From 93a995cac9308b74ef0c91c0d3ee8ded6bb9c2fe Mon Sep 17 00:00:00 2001 From: samiff Date: Wed, 7 Feb 2024 20:37:59 +0000 Subject: [PATCH] release packages/yoast-promo Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/7820764152 --- CHANGELOG.md | 13 +++++-------- package.json | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1225ee9..33d3608 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,13 @@ 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). -## [4.0.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [4.0.0] - 2024-02-07 ### Added -- Added support for GitHub Enterprise by replacing github.com with a dynamic variable +- Added support for GitHub Enterprise by replacing github.com with a dynamic variable [#32974] ### Changed -- Updated package dependencies. -- Use the node20 runner instead of the deprecated node16 runner. +- Updated package dependencies. [#33650] +- Use the node20 runner instead of the deprecated node16 runner. [#35262] ## [3.1.0] - 2023-07-06 ### Added @@ -86,7 +83,7 @@ This is an alpha version! The changes listed here are not final. - Initial release -[4.0.0-alpha]: https://github.com/Automattic/action-required-review/compare/v3.1.0...v4.0.0-alpha +[4.0.0]: https://github.com/Automattic/action-required-review/compare/v3.1.0...v4.0.0 [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 diff --git a/package.json b/package.json index 3edcbe9..823252c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "required-review", - "version": "4.0.0-alpha", + "version": "4.0.0", "description": "Check that a Pull Request has reviews from required teams.", "main": "index.js", "author": "Automattic",