From 349f6b298e59ceb7f3ea49e898069baf97c37b48 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 18:10:23 +0000 Subject: [PATCH] chore(main): release firestore 9.2.0 --- .release-please-manifest.json | 2 +- changelog.json | 19 ++++++++++++++++++- handwritten/firestore/CHANGELOG.md | 7 +++++++ handwritten/firestore/package.json | 2 +- 4 files changed, 27 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 47b6fe4b294..190ddbd29a3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -27,7 +27,7 @@ "handwritten/cloud-profiler": "8.0.1", "handwritten/datastore": "11.0.1", "handwritten/error-reporting": "4.0.1", - "handwritten/firestore": "9.1.0", + "handwritten/firestore": "9.2.0", "handwritten/google-cloud-dns": "6.0.1", "handwritten/logging": "12.0.1", "handwritten/logging-bunyan": "6.0.1", diff --git a/changelog.json b/changelog.json index 7bf10dd451e..0bd4b073386 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,23 @@ { "repository": "googleapis/google-cloud-node", "entries": [ + { + "changes": [ + { + "type": "feat", + "sha": "07ae774a8e52185a3598c878513377e7a019f127", + "message": "Update API sources and regenerate", + "issues": [ + "9293" + ] + } + ], + "version": "9.2.0", + "language": "JAVASCRIPT", + "artifactName": "@google-cloud/firestore", + "id": "0baf030b-a979-4118-82cd-e302935adcea", + "createTime": "2026-09-11T18:10:21.090Z" + }, { "changes": [ { @@ -94123,5 +94140,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2026-09-11T14:56:40.618Z" + "updateTime": "2026-09-11T18:10:21.090Z" } \ No newline at end of file diff --git a/handwritten/firestore/CHANGELOG.md b/handwritten/firestore/CHANGELOG.md index 6331d8c3b6a..c811e904046 100644 --- a/handwritten/firestore/CHANGELOG.md +++ b/handwritten/firestore/CHANGELOG.md @@ -5,6 +5,13 @@ [1]: https://www.npmjs.com/package/@google-cloud/firestore?activeTab=versions +## [9.2.0](https://github.com/googleapis/google-cloud-node/compare/firestore-v9.1.0...firestore-v9.2.0) (2026-09-11) + + +### Features + +* Update API sources and regenerate ([#9293](https://github.com/googleapis/google-cloud-node/issues/9293)) ([07ae774](https://github.com/googleapis/google-cloud-node/commit/07ae774a8e52185a3598c878513377e7a019f127)) + ## [9.1.0](https://github.com/googleapis/google-cloud-node/compare/firestore-v9.0.1...firestore-v9.1.0) (2026-09-09) diff --git a/handwritten/firestore/package.json b/handwritten/firestore/package.json index ac489c8d217..3d603815af4 100644 --- a/handwritten/firestore/package.json +++ b/handwritten/firestore/package.json @@ -1,7 +1,7 @@ { "name": "@google-cloud/firestore", "description": "Firestore Client Library for Node.js", - "version": "9.1.0", + "version": "9.2.0", "license": "Apache-2.0", "author": "Google Inc.", "engines": {