diff --git a/.github/workflows/.release-please-manifest.json b/.github/workflows/.release-please-manifest.json index 09f4ac3..2bc890a 100644 --- a/.github/workflows/.release-please-manifest.json +++ b/.github/workflows/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.16.2"} +{".":"0.16.3"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 50b08f8..a0725f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.16.3](https://github.com/flowcore-io/data-pump/compare/v0.16.2...v0.16.3) (2026-03-05) + + +### Bug Fixes + +* **ci:** updated npm publish ([2558a28](https://github.com/flowcore-io/data-pump/commit/2558a287950ff3179f1d52dc87f65b5b4714a02b)) + ## [0.16.2](https://github.com/flowcore-io/data-pump/compare/v0.16.1...v0.16.2) (2026-03-05) diff --git a/deno.json b/deno.json index d2f891a..a59a39f 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.16.2", + "version": "0.16.3", "license": "MIT", "exports": "./src/mod.ts", "publish": {