From 0ce115528b8cbb87045b842fb76547d3199c4dc9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 22 May 2024 20:59:00 +0000 Subject: [PATCH] Version Packages --- .changeset/few-pants-thank.md | 5 ----- packages/main/CHANGELOG.md | 6 ++++++ packages/main/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/few-pants-thank.md 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",