diff --git a/.changeset/afraid-buckets-decide.md b/.changeset/afraid-buckets-decide.md deleted file mode 100644 index de75513f6..000000000 --- a/.changeset/afraid-buckets-decide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@google/generative-ai": patch ---- - -Fixes issue #218 by ensuring system instructions are formatted always, not just when TTL is specified diff --git a/.changeset/icy-waves-attend.md b/.changeset/icy-waves-attend.md deleted file mode 100644 index a68acc737..000000000 --- a/.changeset/icy-waves-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@google/generative-ai": patch ---- - -fix: Exclude content with empty parts from chat history diff --git a/.changeset/lazy-cougars-sip.md b/.changeset/lazy-cougars-sip.md deleted file mode 100644 index 7b41e0aeb..000000000 --- a/.changeset/lazy-cougars-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@google/generative-ai": patch ---- - -Added custom header support to the Server package, matching functionality on the client package diff --git a/.changeset/spicy-lemons-walk.md b/.changeset/spicy-lemons-walk.md deleted file mode 100644 index 6a725ff80..000000000 --- a/.changeset/spicy-lemons-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@google/generative-ai": patch ---- - -add HARM_CATEGORY_CIVIC_INTEGRITY diff --git a/.changeset/tricky-glasses-open.md b/.changeset/tricky-glasses-open.md deleted file mode 100644 index 923563692..000000000 --- a/.changeset/tricky-glasses-open.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@google/generative-ai": minor ---- - -Introduce a new error type to represent AbortError from SDK diff --git a/CHANGELOG.md b/CHANGELOG.md index a759a553d..702cc9b3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # @google/generative-ai +## 0.23.0 + +### Minor Changes + +- da7ed0e: Introduce a new error type to represent AbortError from SDK + +### Patch Changes + +- 16737d3: Fixes issue #218 by ensuring system instructions are formatted always, not just when TTL is specified +- 9e95663: fix: Exclude content with empty parts from chat history +- be83756: Added custom header support to the Server package, matching functionality on the client package +- 33c3c24: add HARM_CATEGORY_CIVIC_INTEGRITY + ## 0.22.0 ### Minor Changes diff --git a/package.json b/package.json index 23fef4a21..31a74fca7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google/generative-ai", - "version": "0.22.0", + "version": "0.23.0", "description": "Google AI JavaScript SDK", "main": "dist/index.js", "module": "dist/index.mjs",