diff --git a/.changeset/perfect-hotels-protect.md b/.changeset/perfect-hotels-protect.md deleted file mode 100644 index 57a64442e..000000000 --- a/.changeset/perfect-hotels-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@google/generative-ai": minor ---- - -Allow text-only systemInstruction as well as Part and Content. diff --git a/.changeset/quick-actors-beam.md b/.changeset/quick-actors-beam.md deleted file mode 100644 index d304e9e45..000000000 --- a/.changeset/quick-actors-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@google/generative-ai": minor ---- - -Export error classes and add more properties to fetch errors. diff --git a/packages/main/CHANGELOG.md b/packages/main/CHANGELOG.md index f91fad95b..97bf635dc 100644 --- a/packages/main/CHANGELOG.md +++ b/packages/main/CHANGELOG.md @@ -1,5 +1,12 @@ # @google/generative-ai +## 0.9.0 + +### Minor Changes + +- ca62400: Allow text-only systemInstruction as well as Part and Content. +- 111e970: Export error classes and add more properties to fetch errors. + ## 0.8.0 ### Minor Changes diff --git a/packages/main/package.json b/packages/main/package.json index d888a2b5e..bcf6f13bd 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -1,6 +1,6 @@ { "name": "@google/generative-ai", - "version": "0.8.0", + "version": "0.9.0", "description": "Google AI JavaScript SDK", "main": "dist/index.js", "module": "dist/index.mjs",