From dba9a20801706bd94cb957e31555510d4a1d872c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 07:15:17 +0000 Subject: [PATCH] chore(main): release 0.43.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53be778..c2073b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.43.0](https://github.com/apify/workflows/compare/v0.42.0...v0.43.0) (2026-05-13) + + +### Features + +* Add default inputs to the `commit` action, add a README for it ([#292](https://github.com/apify/workflows/issues/292)) ([b8f2f31](https://github.com/apify/workflows/commit/b8f2f31b3338c310ac55e1adc6b245f7347c088c)) +* Move `commit` action to top level to align with other actions ([#291](https://github.com/apify/workflows/issues/291)) ([36f5d99](https://github.com/apify/workflows/commit/36f5d991ba6d594a9b07c0aaa596cd2fdf9fed8e)) + ## [0.42.0](https://github.com/apify/workflows/compare/v0.41.2...v0.42.0) (2026-05-12)