From 758f997808027b36ac7e60e533b17bd1fe5e3d94 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 08:20:23 +0000 Subject: [PATCH] chore(main): release firestore 9.0.1 --- .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 6f6cd150e78..131763fb038 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.0.0", + "handwritten/firestore": "9.0.1", "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 270633772dd..56d8fe26c82 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,23 @@ { "repository": "googleapis/google-cloud-node", "entries": [ + { + "changes": [ + { + "type": "fix", + "sha": "fad57ff4b9164712426a041fc61db035859f9043", + "message": "Ensure node 22 dependencies are up to date so they get the latest patches for core and handwritten libraries", + "issues": [ + "9116" + ] + } + ], + "version": "9.0.1", + "language": "JAVASCRIPT", + "artifactName": "@google-cloud/firestore", + "id": "8ac2b571-7789-4251-9fe1-f45d92d9c490", + "createTime": "2026-08-28T08:20:21.380Z" + }, { "changes": [ { @@ -90508,5 +90525,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2026-08-26T13:37:16.745Z" + "updateTime": "2026-08-28T08:20:21.380Z" } \ No newline at end of file diff --git a/handwritten/firestore/CHANGELOG.md b/handwritten/firestore/CHANGELOG.md index d16697db0f0..2a5a8c574a4 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.0.1](https://github.com/googleapis/google-cloud-node/compare/firestore-v9.0.0...firestore-v9.0.1) (2026-08-28) + + +### Bug Fixes + +* Ensure node 22 dependencies are up to date so they get the latest patches for core and handwritten libraries ([#9116](https://github.com/googleapis/google-cloud-node/issues/9116)) ([fad57ff](https://github.com/googleapis/google-cloud-node/commit/fad57ff4b9164712426a041fc61db035859f9043)) + ## [9.0.0](https://github.com/googleapis/google-cloud-node/compare/firestore-v8.7.1...firestore-v9.0.0) (2026-08-11) diff --git a/handwritten/firestore/package.json b/handwritten/firestore/package.json index a1541d59535..fb08366175f 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.0.0", + "version": "9.0.1", "license": "Apache-2.0", "author": "Google Inc.", "engines": {