diff --git a/.changeset/calm-otters-confess.md b/.changeset/calm-otters-confess.md deleted file mode 100644 index 58b4e2d8..00000000 --- a/.changeset/calm-otters-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@google/generative-ai": patch ---- - -Fix paths to @google/generative-ai/files. diff --git a/packages/main/CHANGELOG.md b/packages/main/CHANGELOG.md index ad20aed4..7e1d6eaa 100644 --- a/packages/main/CHANGELOG.md +++ b/packages/main/CHANGELOG.md @@ -1,5 +1,11 @@ # @google/generative-ai +## 0.11.5 + +### Patch Changes + +- 42ba6ca: Fix paths to @google/generative-ai/files. + ## 0.11.4 ### Patch Changes diff --git a/packages/main/package.json b/packages/main/package.json index a838920f..16dae444 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -1,6 +1,6 @@ { "name": "@google/generative-ai", - "version": "0.11.4", + "version": "0.11.5", "description": "Google AI JavaScript SDK", "main": "dist/index.js", "module": "dist/index.mjs",