From 737bcedb993e7527f6bf6f4e3d02eb6519c775e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 13:21:34 +0000 Subject: [PATCH] chore: release 0.19.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0cd646..08a343f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.19.0](https://github.com/apify/workflows/compare/v0.18.1...v0.19.0) (2023-08-04) + + +### Features + +* Adding PR toolkit action to centralize it's config at one place ([4befe14](https://github.com/apify/workflows/commit/4befe146e20785094b464173c968d2f4204cc8be)) +* Running PR toolkit only on PRs to default branch ([fcae0fa](https://github.com/apify/workflows/commit/fcae0fa31cbc575a79f36d3d411951feec0d1129)) + + +### Bug Fixes + +* Attempts to fix PR toolkit action ([#82](https://github.com/apify/workflows/issues/82)) ([7bbab1b](https://github.com/apify/workflows/commit/7bbab1b01a56e48b4d941cc56eec2566399adbdf)) +* Removing branch filtering from PR toolkit ([#81](https://github.com/apify/workflows/issues/81)) ([888600d](https://github.com/apify/workflows/commit/888600dbe3adda5983ead42050dfccc7b9a670ed)) + + +### Miscellaneous + +* Experimenting with a different setup for PR toolkit ([#79](https://github.com/apify/workflows/issues/79)) ([b8d9202](https://github.com/apify/workflows/commit/b8d92020448f8995920450dfe6eec9fd4b3176b9)) +* Trying to fix PR toolkit ([#80](https://github.com/apify/workflows/issues/80)) ([0a8e9f9](https://github.com/apify/workflows/commit/0a8e9f9b4165785edd11dc97da6c9225c5ba2e75)) + ## [0.18.1](https://github.com/apify/workflows/compare/v0.18.0...v0.18.1) (2023-08-01)