From 8a7cab6a084a5e2469605a95ed69ca39b4286da2 Mon Sep 17 00:00:00 2001 From: Flowcore Machine User <118859104+flowcore-machine@users.noreply.github.com> Date: Mon, 4 May 2026 19:56:15 +0100 Subject: [PATCH] chore(main): release 2.4.0 --- .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 9965a34..a549f59 100644 --- a/.github/workflows/.release-please-manifest.json +++ b/.github/workflows/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.0" + ".": "2.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e2f9fd..54a5b61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.0](https://github.com/flowcore-io/flowcore-pathways/compare/v2.3.0...v2.4.0) (2026-05-04) + + +### Features + +* **pump:** add pumpGroup to register() for splitting event types across pumps ([#80](https://github.com/flowcore-io/flowcore-pathways/issues/80)) ([c382ee6](https://github.com/flowcore-io/flowcore-pathways/commit/c382ee6332071b7a10f3146a0c21090d614a7f6a)) + ## [2.3.0](https://github.com/flowcore-io/flowcore-pathways/compare/v2.2.0...v2.3.0) (2026-05-04) diff --git a/deno.json b/deno.json index 2453c3a..98fdf83 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.3.0", + "version": "2.4.0", "license": "MIT", "exports": "./src/mod.ts", "publish": {