From 98d2b2c259fa98825125c6baf00925778bcdeda6 Mon Sep 17 00:00:00 2001 From: Flowcore Machine User <118859104+flowcore-machine@users.noreply.github.com> Date: Mon, 18 May 2026 11:36:32 +0100 Subject: [PATCH] chore(main): release 2.4.3 --- .github/workflows/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ deno.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/.release-please-manifest.json b/.github/workflows/.release-please-manifest.json index faff6f9..f21a7f3 100644 --- a/.github/workflows/.release-please-manifest.json +++ b/.github/workflows/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.4.2" + ".": "2.4.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a943734..d60a92a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.3](https://github.com/flowcore-io/flowcore-pathways/compare/v2.4.2...v2.4.3) (2026-05-18) + + +### Bug Fixes + +* **builder:** provision() respects autoProvision + per-call override ([#86](https://github.com/flowcore-io/flowcore-pathways/issues/86)) ([589f0c4](https://github.com/flowcore-io/flowcore-pathways/commit/589f0c45f41b54983541a0b55c996ccf7aeb658d)) + ## [2.4.2](https://github.com/flowcore-io/flowcore-pathways/compare/v2.4.1...v2.4.2) (2026-05-05) diff --git a/deno.json b/deno.json index 2cd4762..0215992 100644 --- a/deno.json +++ b/deno.json @@ -2,7 +2,7 @@ "$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json", "name": "@flowcore/pathways", "description": "A TypeScript Library for creating Flowcore Pathways, simplifying the integration with the flowcore platform", - "version": "2.4.2", + "version": "2.4.3", "license": "MIT", "exports": "./src/mod.ts", "publish": {