diff --git a/.changeset/many-chefs-appear.md b/.changeset/many-chefs-appear.md deleted file mode 100644 index ddc619b4e..000000000 --- a/.changeset/many-chefs-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@google/generative-ai": patch ---- - -Fixed bugs where `RequestOptions`, `generationConfig`, and `safetySettings` were not passed from the model down to some methods. diff --git a/packages/main/CHANGELOG.md b/packages/main/CHANGELOG.md index 1d5bc2032..5a82138b9 100644 --- a/packages/main/CHANGELOG.md +++ b/packages/main/CHANGELOG.md @@ -1,5 +1,11 @@ # @google/generative-ai +## 0.7.1 + +### Patch Changes + +- 6ef8cee: Fixed bugs where `RequestOptions`, `generationConfig`, and `safetySettings` were not passed from the model down to some methods. + ## 0.7.0 ### Minor Changes diff --git a/packages/main/package.json b/packages/main/package.json index 17df0426a..aaf550d81 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -1,6 +1,6 @@ { "name": "@google/generative-ai", - "version": "0.7.0", + "version": "0.7.1", "description": "Google AI JavaScript SDK", "main": "dist/index.js", "module": "dist/index.mjs",