diff --git a/.github/workflows/.release-please-manifest.json b/.github/workflows/.release-please-manifest.json index b05f59a..89dfe57 100644 --- a/.github/workflows/.release-please-manifest.json +++ b/.github/workflows/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.17.1" + ".": "0.17.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a3b80b..4a74d06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.17.2](https://github.com/flowcore-io/flowcore-pathways/compare/v0.17.1...v0.17.2) (2026-03-20) + + +### Bug Fixes + +* use lightweight TenantTranslateNameToIdCommand instead of TenantFetchCommand ([466b040](https://github.com/flowcore-io/flowcore-pathways/commit/466b0400290644e9fb5c870c2fef04ec177f9719)) + ## [0.17.1](https://github.com/flowcore-io/flowcore-pathways/compare/v0.17.0...v0.17.1) (2026-03-19) diff --git a/deno.json b/deno.json index c7fbb66..08ef4c1 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/pathways", "description": "A TypeScript Library for creating Flowcore Pathways, simplifying the integration with the flowcore platform", - "version": "0.17.1", + "version": "0.17.2", "license": "MIT", "exports": "./src/mod.ts", "publish": {