diff --git a/.github/workflows/.release-please-manifest.json b/.github/workflows/.release-please-manifest.json index 2bc890a..018d76d 100644 --- a/.github/workflows/.release-please-manifest.json +++ b/.github/workflows/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.16.3"} +{".":"0.16.4"} diff --git a/CHANGELOG.md b/CHANGELOG.md index a0725f3..dc3f5c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.16.4](https://github.com/flowcore-io/data-pump/compare/v0.16.3...v0.16.4) (2026-03-05) + + +### Bug Fixes + +* **ci:** update npm publish for OIDC trusted publishing ([854a2ea](https://github.com/flowcore-io/data-pump/commit/854a2eaa755d1a67d5cfe66fb156aa43507932eb)) + ## [0.16.3](https://github.com/flowcore-io/data-pump/compare/v0.16.2...v0.16.3) (2026-03-05) diff --git a/deno.json b/deno.json index a59a39f..3523e70 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.3", + "version": "0.16.4", "license": "MIT", "exports": "./src/mod.ts", "publish": {