Skip to content

Commit 3fa45e1

Browse files
authored
Merge pull request #170 from flowcore-io/release-please--branches--main
chore(main): release 1.63.0
2 parents 0dd4c3d + 86e98eb commit 3fa45e1

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.62.0"}
1+
{".":"1.63.0"}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.63.0](https://github.com/flowcore-io/flowcore-sdk/compare/v1.62.0...v1.63.0) (2025-12-08)
4+
5+
6+
### Features
7+
8+
* add tenant preview command and schema for public tenant previews ([0dd4c3d](https://github.com/flowcore-io/flowcore-sdk/commit/0dd4c3d2ba8a8c7d1945e5ebb4bf66d0b6f6f89a))
9+
* add tenant preview command and schema for public tenant previews ([af4af60](https://github.com/flowcore-io/flowcore-sdk/commit/af4af60f31a11ae38eb32c3cc49138c8cdf96d09))
10+
11+
12+
### Bug Fixes
13+
14+
* specify type for TenantPreviewSchema in tenant contract ([416e7b9](https://github.com/flowcore-io/flowcore-sdk/commit/416e7b93430888c1f150f636be531b7f1436bcb2))
15+
316
## [1.62.0](https://github.com/flowcore-io/flowcore-sdk/compare/v1.61.0...v1.62.0) (2025-12-05)
417

518

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
33
"name": "@flowcore/sdk",
44
"description": "Flowcore SDK",
5-
"version": "1.62.0",
5+
"version": "1.63.0",
66
"license": "MIT",
77
"exports": "./src/mod.ts",
88
"publish": {

0 commit comments

Comments
 (0)