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.75.0"}
{".":"1.76.0"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.76.0](https://github.com/flowcore-io/flowcore-sdk/compare/v1.75.0...v1.76.0) (2026-03-24)


### Features

* rename delivery-error to delivery-log with success tracking ([bbf2879](https://github.com/flowcore-io/flowcore-sdk/commit/bbf2879d9bef5cbbedd2485bce652905e6b1f4b9))

## [1.75.0](https://github.com/flowcore-io/flowcore-sdk/compare/v1.74.0...v1.75.0) (2026-03-23)


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.75.0",
"version": "1.76.0",
"license": "MIT",
"exports": "./src/mod.ts",
"publish": {
Expand Down
Loading