From 1ae163a209fb3c42a9e51f19b3fea9ff428329e3 Mon Sep 17 00:00:00 2001 From: Flowcore Machine User <118859104+flowcore-machine@users.noreply.github.com> Date: Tue, 9 Jun 2026 16:23:29 +0100 Subject: [PATCH] chore(main): release 0.21.4 --- .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 0b89801..0ea4572 100644 --- a/.github/workflows/.release-please-manifest.json +++ b/.github/workflows/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.21.3"} +{".":"0.21.4"} diff --git a/CHANGELOG.md b/CHANGELOG.md index d953324..65975a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.21.4](https://github.com/flowcore-io/data-pump/compare/v0.21.3...v0.21.4) (2026-06-09) + + +### Bug Fixes + +* **notifier:** arm timeout/abort before connect() to prevent hung-reconnect wedge ([#78](https://github.com/flowcore-io/data-pump/issues/78)) ([0fe4bbb](https://github.com/flowcore-io/data-pump/commit/0fe4bbbbda38ff58804403765832f41d2950a6df)) + ## [0.21.3](https://github.com/flowcore-io/data-pump/compare/v0.21.2...v0.21.3) (2026-06-02) diff --git a/deno.json b/deno.json index 759fd75..08b8e02 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/data-pump", "description": "Flowcore Data Pump", - "version": "0.21.3", + "version": "0.21.4", "license": "MIT", "exports": "./src/mod.ts", "publish": {