From 878c2b94111dc33efcbcacc1628d26df8c03ad41 Mon Sep 17 00:00:00 2001 From: Flowcore Machine User <118859104+flowcore-machine@users.noreply.github.com> Date: Tue, 23 Jun 2026 13:37:13 +0100 Subject: [PATCH] chore(main): release 2.4.6 --- .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 2ef6e10..c19cb06 100644 --- a/.github/workflows/.release-please-manifest.json +++ b/.github/workflows/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.4.5" + ".": "2.4.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a6ef81..a30b5e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.6](https://github.com/flowcore-io/flowcore-pathways/compare/v2.4.5...v2.4.6) (2026-06-23) + + +### Bug Fixes + +* consume npm @flowcore/data-pump + @flowcore/sdk (drop frozen JSR copies) ([#92](https://github.com/flowcore-io/flowcore-pathways/issues/92)) ([58403d1](https://github.com/flowcore-io/flowcore-pathways/commit/58403d1881f50316b6705e760273d1db1525d456)) + ## [2.4.5](https://github.com/flowcore-io/flowcore-pathways/compare/v2.4.4...v2.4.5) (2026-06-10) diff --git a/deno.json b/deno.json index 53c77e6..165466b 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.5", + "version": "2.4.6", "license": "MIT", "exports": "./src/mod.ts", "publish": {