From 3a10cd3fcd7412ab951e8943e1d13ec71977aec9 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 16:50:24 +0000 Subject: [PATCH] chore(main): release 7.19.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- samples/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6b755e58..207f8d7ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://www.npmjs.com/package/@google-cloud/storage?activeTab=versions +## [7.19.1](https://github.com/googleapis/nodejs-storage/compare/v7.19.0...v7.19.1) (2026-02-23) + + +### Bug Fixes + +* Append bucket name to V4 policy URL in emulator mode ([#2716](https://github.com/googleapis/nodejs-storage/issues/2716)) ([7ed3119](https://github.com/googleapis/nodejs-storage/commit/7ed3119415eb60b40d4167d1d49b419aa8128dd7)) + ## [7.19.0](https://github.com/googleapis/nodejs-storage/compare/v7.18.0...v7.19.0) (2026-02-05) diff --git a/package.json b/package.json index a6f146bb5..007f9235b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@google-cloud/storage", "description": "Cloud Storage Client Library for Node.js", - "version": "7.19.0", + "version": "7.19.1", "license": "Apache-2.0", "author": "Google Inc.", "engines": { diff --git a/samples/package.json b/samples/package.json index 539149afb..168763a84 100644 --- a/samples/package.json +++ b/samples/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@google-cloud/pubsub": "^4.0.0", - "@google-cloud/storage": "^7.19.0", + "@google-cloud/storage": "^7.19.1", "node-fetch": "^2.6.7", "uuid": "^8.0.0", "yargs": "^16.0.0"