From 479def7c027387588c8d63577feb017f68375344 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 05:12:20 +0000 Subject: [PATCH] chore(main): release 0.45.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51c4046..378c828 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.45.0](https://github.com/apify/workflows/compare/v0.44.0...v0.45.0) (2026-05-21) + + +### Features + +* Add more inputs and outputs to the `commit` action to make it more useful ([#298](https://github.com/apify/workflows/issues/298)) ([a1e8619](https://github.com/apify/workflows/commit/a1e86199fa508a289dd4c4c26477341f55d8d87b)) + + +### Bug Fixes + +* switch packageManager devEngines to warn + add minimumReleaseAge ([#286](https://github.com/apify/workflows/issues/286)) ([c0c1014](https://github.com/apify/workflows/commit/c0c10147263b2b6ea7c134e9c737a11dcf56699e)) + ## [0.44.0](https://github.com/apify/workflows/compare/v0.43.0...v0.44.0) (2026-05-13)