Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit d365144

Browse files
Version Packages
1 parent c39015c commit d365144

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/two-queens-boil.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/main/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @google/generative-ai
22

3+
## 0.10.1
4+
5+
### Patch Changes
6+
7+
- c39015c: Fixed a bug where `text()` did not handle multiple `TextPart`s in a single candidate. Added `state` field to `FileMetadataResponse`.
8+
39
## 0.10.0
410

511
### Minor Changes

packages/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google/generative-ai",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "Google AI JavaScript SDK",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)