Skip to content

Commit

Permalink
Release various packages that haven't been released in a while
Browse files Browse the repository at this point in the history
github-actions/push-to-mirrors, github-actions/repo-gardening,
github-actions/required-review, github-actions/test-results-to-slack,
js-packages/eslint-changed, js-packages/eslint-config-target-es,
js-packages/storybook, packages/codesniffer, packages/ignorefile,
packages/phan-plugins, and packages/phpcs-filter.

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10620958081

Upstream-Ref: Automattic/jetpack@829dc6e
  • Loading branch information
anomiex authored and matticbot committed Aug 29, 2024
1 parent d639cbf commit 5f5b1cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ 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.1-alpha] - unreleased

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

## [4.0.1] - 2024-08-29
### Changed
- Updated package dependencies.
- Updated package dependencies. [#36757]

### Fixed
- Don't request review from the PR author.
- Don't request review from the PR author. [#37653]

## [4.0.0] - 2024-02-07
### Added
Expand Down Expand Up @@ -93,7 +90,7 @@ This is an alpha version! The changes listed here are not final.

- Initial release

[4.0.1-alpha]: https://github.com/Automattic/action-required-review/compare/v4.0.0...v4.0.1-alpha
[4.0.1]: https://github.com/Automattic/action-required-review/compare/v4.0.0...v4.0.1
[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
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": "4.0.1-alpha",
"version": "4.0.1",
"description": "Check that a Pull Request has reviews from required teams.",
"main": "index.js",
"author": "Automattic",
Expand Down

0 comments on commit 5f5b1cd

Please sign in to comment.