From e188e86ea77aab320c228511427127b7dca297a7 Mon Sep 17 00:00:00 2001 From: Flowcore Machine User <118859104+flowcore-machine@users.noreply.github.com> Date: Tue, 24 Mar 2026 10:38:08 +0000 Subject: [PATCH] chore(main): release 0.19.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 5e39b94..19ee807 100644 --- a/.github/workflows/.release-please-manifest.json +++ b/.github/workflows/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.18.0" + ".": "0.19.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a133211..d568b79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.19.0](https://github.com/flowcore-io/flowcore-pathways/compare/v0.18.0...v0.19.0) (2026-03-24) + + +### Features + +* add cluster-aware pump reset functionality ([#51](https://github.com/flowcore-io/flowcore-pathways/issues/51)) ([03f110b](https://github.com/flowcore-io/flowcore-pathways/commit/03f110b2a3e63f1ce12b05993e3da042cb2a7199)) + ## [0.18.0](https://github.com/flowcore-io/flowcore-pathways/compare/v0.17.5...v0.18.0) (2026-03-23) diff --git a/deno.json b/deno.json index 4376f01..1c1781a 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": "0.18.0", + "version": "0.19.0", "license": "MIT", "exports": "./src/mod.ts", "publish": {