Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.16.1"}
{".":"0.16.2"}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.16.2](https://github.com/flowcore-io/data-pump/compare/v0.16.1...v0.16.2) (2026-03-05)


### Bug Fixes

* regenerate deno.lock with frozen-compatible entries ([474839d](https://github.com/flowcore-io/data-pump/commit/474839d127a3e7be0ad29c9c5137e96a07ec7a5a))
* update @flowcore/sdk to ^1.68.0 for dedicated URL resolution ([5f1974a](https://github.com/flowcore-io/data-pump/commit/5f1974ae1aeeb8bf089e9e337a6e0ab9fa19edf0))
* update SDK to ^1.68.0 for dedicated URL resolution ([0c8dc18](https://github.com/flowcore-io/data-pump/commit/0c8dc18390c9fa1311a4c504e35e7c181209fb73))
* use bare specifiers for test imports to satisfy deno lint ([a8a11a0](https://github.com/flowcore-io/data-pump/commit/a8a11a08afb8d0d5ee0f0c7997511af374c5f453))

## [0.16.1](https://github.com/flowcore-io/data-pump/compare/v0.16.0...v0.16.1) (2025-08-07)


Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.1",
"version": "0.16.2",
"license": "MIT",
"exports": "./src/mod.ts",
"publish": {
Expand Down