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 @@
{".":"1.67.0"}
{".":"1.68.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.68.0](https://github.com/flowcore-io/flowcore-sdk/compare/v1.67.0...v1.68.0) (2026-03-04)


### Features

* add TenantInstanceFetchCommand and fix dedicated URL resolution ([c9cb49b](https://github.com/flowcore-io/flowcore-sdk/commit/c9cb49b970198c5465771d8dbe895b0c40fcfa57))
* add TenantInstanceFetchCommand and fix dedicated URL resolution ([f87338c](https://github.com/flowcore-io/flowcore-sdk/commit/f87338cd05b6bc97169655c495fca16bc9019338))


### Bug Fixes

* formatting - reorder imports for deno fmt ([b42610b](https://github.com/flowcore-io/flowcore-sdk/commit/b42610b93365e7207eba3a136f4bf6467cd6ba32))
* lint errors - add explicit type annotation and fix import type ([7ba55c2](https://github.com/flowcore-io/flowcore-sdk/commit/7ba55c2427b7daac93e42e53cb98f3f40ca27812))

## [1.67.0](https://github.com/flowcore-io/flowcore-sdk/compare/v1.66.0...v1.67.0) (2026-01-27)


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