From 167daa7f610006f0a674f4f1a74b36eb56c13fe0 Mon Sep 17 00:00:00 2001 From: Flowcore Machine User <118859104+flowcore-machine@users.noreply.github.com> Date: Thu, 5 Mar 2026 13:27:19 +0000 Subject: [PATCH] chore(main): release 0.16.3 --- .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 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": {