Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 23, 2024
1 parent e49b31d commit 22d7e68
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/gapic-node-templating": "0.0.0",
"packages/google-ai-generativelanguage": "2.0.0",
"packages/google-ai-generativelanguage": "2.0.1",
"packages/google-analytics-admin": "7.0.1",
"packages/google-analytics-data": "4.3.0",
"packages/google-api-apikeys": "1.0.1",
Expand Down
19 changes: 18 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"changes": [
{
"type": "fix",
"sha": "cafe82f06e0afa498ae234b0afe01f8014311f4b",
"message": "[generativelanguage] improve retry logic for streaming API calls",
"issues": [
"4955"
]
}
],
"version": "2.0.1",
"language": "JAVASCRIPT",
"artifactName": "@google-ai/generativelanguage",
"id": "7695821a-16bd-4789-82b1-fa0c91129277",
"createTime": "2024-01-23T07:25:32.653Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -21171,5 +21188,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2024-01-18T21:25:21.465Z"
"updateTime": "2024-01-23T07:25:32.653Z"
}
7 changes: 7 additions & 0 deletions packages/google-ai-generativelanguage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.1](https://github.com/googleapis/google-cloud-node/compare/generativelanguage-v2.0.0...generativelanguage-v2.0.1) (2024-01-23)


### Bug Fixes

* [generativelanguage] improve retry logic for streaming API calls ([#4955](https://github.com/googleapis/google-cloud-node/issues/4955)) ([cafe82f](https://github.com/googleapis/google-cloud-node/commit/cafe82f06e0afa498ae234b0afe01f8014311f4b))

## [2.0.0](https://github.com/googleapis/google-cloud-node/compare/generativelanguage-v1.1.0...generativelanguage-v2.0.0) (2023-12-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-ai-generativelanguage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-ai/generativelanguage",
"version": "2.0.0",
"version": "2.0.1",
"description": "Generative Language API client for Node.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-ai-generativelanguage/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"publish": "echo 'sample test; do not publish'"
},
"dependencies": {
"@google-ai/generativelanguage": "^2.0.0"
"@google-ai/generativelanguage": "^2.0.1"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit 22d7e68

Please sign in to comment.