diff --git a/.changeset/green-timers-behave.md b/.changeset/green-timers-behave.md deleted file mode 100644 index 4503c31..0000000 --- a/.changeset/green-timers-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@google/generative-ai": patch ---- - -Lifted a restriction in chat sessions that required a specific order of content roles. diff --git a/packages/main/CHANGELOG.md b/packages/main/CHANGELOG.md index 99a7b56..05ddb75 100644 --- a/packages/main/CHANGELOG.md +++ b/packages/main/CHANGELOG.md @@ -1,5 +1,11 @@ # @google/generative-ai +## 0.11.2 + +### Patch Changes + +- cefa8f2: Lifted a restriction in chat sessions that required a specific order of content roles. + ## 0.11.1 ### Patch Changes diff --git a/packages/main/package.json b/packages/main/package.json index 05cc280..5c6d0a8 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -1,6 +1,6 @@ { "name": "@google/generative-ai", - "version": "0.11.1", + "version": "0.11.2", "description": "Google AI JavaScript SDK", "main": "dist/index.js", "module": "dist/index.mjs",