diff --git a/.changeset/few-pants-thank.md b/.changeset/few-pants-thank.md deleted file mode 100644 index 610c6f02..00000000 --- a/.changeset/few-pants-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@google/generative-ai": patch ---- - -Add additional properties `videoMetadata` and `error` to `FileMetadataResponse` type. diff --git a/packages/main/CHANGELOG.md b/packages/main/CHANGELOG.md index b9f49d92..ad20aed4 100644 --- a/packages/main/CHANGELOG.md +++ b/packages/main/CHANGELOG.md @@ -1,5 +1,11 @@ # @google/generative-ai +## 0.11.4 + +### Patch Changes + +- ee02ff0: Add additional properties `videoMetadata` and `error` to `FileMetadataResponse` type. + ## 0.11.3 ### Patch Changes diff --git a/packages/main/package.json b/packages/main/package.json index 20919451..a838920f 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -1,6 +1,6 @@ { "name": "@google/generative-ai", - "version": "0.11.3", + "version": "0.11.4", "description": "Google AI JavaScript SDK", "main": "dist/index.js", "module": "dist/index.mjs",