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 .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.77.0"}
{".":"1.78.0"}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.78.0](https://github.com/flowcore-io/flowcore-sdk/compare/v1.77.0...v1.78.0) (2026-03-26)


### Features

* add pump pulse and pump status commands for data pathways ([a7c26c8](https://github.com/flowcore-io/flowcore-sdk/commit/a7c26c85160967744adbed6512d99c5a624753be))


### Bug Fixes

* add explicit type annotations for JSR public API compliance ([528d2cd](https://github.com/flowcore-io/flowcore-sdk/commit/528d2cd923cd4b200a5c91346f4ac3aedddb37f1))
* format pump pulse/status command files ([5063949](https://github.com/flowcore-io/flowcore-sdk/commit/50639494e3dc5082b099736de27915ffc026d55e))
* remove unused deno-lint-ignore directive in pump-status.fetch ([6766c16](https://github.com/flowcore-io/flowcore-sdk/commit/6766c16ae0d5f0b9add4f8d664d7b432abc9a976))

## [1.77.0](https://github.com/flowcore-io/flowcore-sdk/compare/v1.76.0...v1.77.0) (2026-03-25)


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/sdk",
"description": "Flowcore SDK",
"version": "1.77.0",
"version": "1.78.0",
"license": "MIT",
"exports": "./src/mod.ts",
"publish": {
Expand Down
Loading