diff --git a/.github/workflows/.release-please-manifest.json b/.github/workflows/.release-please-manifest.json index 6227beb..fc7e329 100644 --- a/.github/workflows/.release-please-manifest.json +++ b/.github/workflows/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.21.0"} +{".":"0.21.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 63d4c1e..42d8c76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.21.1](https://github.com/flowcore-io/data-pump/compare/v0.21.0...v0.21.1) (2026-05-10) + + +### Bug Fixes + +* **notifier:** resolve waitWebSocket promise on WS error to prevent pull-loop wedge ([#72](https://github.com/flowcore-io/data-pump/issues/72)) ([d76ee0f](https://github.com/flowcore-io/data-pump/commit/d76ee0f0b5431f6a250a46948ad0c39693135c9c)) + ## [0.21.0](https://github.com/flowcore-io/data-pump/compare/v0.20.0...v0.21.0) (2026-04-24) diff --git a/deno.json b/deno.json index 869ec7d..ff5acab 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.0", + "version": "0.21.1", "license": "MIT", "exports": "./src/mod.ts", "publish": {