From 1ee433d9e03d2abe20cc0cf95d8e264d2571c511 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 00:45:41 +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 a7c10c6dd71..e4e839cc3ee 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 7e324c917c8..a979575c97e 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": "a76a9400-cccc-4d3e-8f41-f3f8590f3332", + "createTime": "2026-08-15T00:45:38.782Z" + }, { "changes": [ { @@ -89872,5 +89889,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2026-08-13T13:28:43.410Z" + "updateTime": "2026-08-15T00:45:38.782Z" } \ No newline at end of file diff --git a/handwritten/firestore/CHANGELOG.md b/handwritten/firestore/CHANGELOG.md index d16697db0f0..7d329c2c5e5 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-15) + + +### 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": {