diff --git a/.github/workflows/.release-please-manifest.json b/.github/workflows/.release-please-manifest.json index e264113..2ef6e10 100644 --- a/.github/workflows/.release-please-manifest.json +++ b/.github/workflows/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.4.4" + ".": "2.4.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e604fa..0a6ef81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.5](https://github.com/flowcore-io/flowcore-pathways/compare/v2.4.4...v2.4.5) (2026-06-10) + + +### Bug Fixes + +* **pump:** vendor @flowcore/data-pump 0.21.4 (hung-connect self-heal) ([#90](https://github.com/flowcore-io/flowcore-pathways/issues/90)) ([7a9dbbb](https://github.com/flowcore-io/flowcore-pathways/commit/7a9dbbb2d68cf572d407c84158249afb33089b12)) + ## [2.4.4](https://github.com/flowcore-io/flowcore-pathways/compare/v2.4.3...v2.4.4) (2026-06-02) diff --git a/deno.json b/deno.json index 7c1c0b7..e55058f 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.4", + "version": "2.4.5", "license": "MIT", "exports": "./src/mod.ts", "publish": {