diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 00f4cef811a..1488b3f85c9 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 f85fd1cd634..ce7967dc306 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": "e27d4495-00a1-4a39-b44e-760985d471e0", + "createTime": "2026-08-21T11:00:20.334Z" + }, { "changes": [ { @@ -89907,5 +89924,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2026-08-19T17:09:44.057Z" + "updateTime": "2026-08-21T11:00:20.334Z" } \ No newline at end of file diff --git a/handwritten/firestore/CHANGELOG.md b/handwritten/firestore/CHANGELOG.md index d16697db0f0..2b3497d9c53 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-21) + + +### 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": {