Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 17, 2024
1 parent 03eb57b commit fedc224
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-wolves-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-masks-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-horses-retire.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @google/generative-ai

## 0.13.0

### Minor Changes

- 83ec4ac: Expand the model's `countTokens` method to alternatively accept a `GenerateContentRequest`.

### Patch Changes

- 1440a05: Removed the `model` field from the internally formatted payload of `countToken` requests as it was unnecessary.
- 03eb57b: Fix missing usageMetadata in streamed aggregated response (#174)

## 0.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google/generative-ai",
"version": "0.12.0",
"version": "0.13.0",
"description": "Google AI JavaScript SDK",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit fedc224

Please sign in to comment.