diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6fa3b72..1354f3a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"4.2.0"} +{".":"4.2.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index d664b42..32efe52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.2.1](https://github.com/flowcore-io/flowcore-sdk/compare/v4.2.0...v4.2.1) (2026-05-05) + + +### Bug Fixes + +* yeah I did it ([20fb2d0](https://github.com/flowcore-io/flowcore-sdk/commit/20fb2d00185c9efa605b90db1bccea01d00ac5cf)) + ## [4.2.0](https://github.com/flowcore-io/flowcore-sdk/compare/v4.1.0...v4.2.0) (2026-05-04) diff --git a/deno.json b/deno.json index 46647fa..7cf4abd 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/sdk", "description": "Flowcore SDK", - "version": "4.2.0", + "version": "4.2.1", "license": "MIT", "exports": "./src/mod.ts", "publish": {