Skip to content

Commit 66db158

Browse files
committed
chore: release sdk 5.2.0
1 parent 2e4160d commit 66db158

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/sdks/typescript/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [5.2.0] - 2025-10-09
11+
12+
Official release of v5.2.0.
13+
14+
- Implements run background executions. Pass `background: true` to `prompts.run()` to run a prompt in the background.
15+
- Adds `runs.attach()` method to attach to running prompts.
16+
- Changes default stream option to true for prompts.run() and prompts.chat() methods.
17+
18+
- Official pre-release of v5.2.0
19+
1020
## [5.2.0-beta.6] - 2025-10-09
1121

1222
- Official pre-release of v5.2.0

packages/sdks/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@latitude-data/sdk",
3-
"version": "5.2.0-beta.6",
3+
"version": "5.2.0",
44
"description": "Latitude SDK for Typescript",
55
"author": "Latitude Data SL <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)