From 324aac8806f70de309fd0dd86f0c4672bf05e95b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 18:20:55 +0000 Subject: [PATCH] chore(main): release promisify 5.1.0 --- .release-please-manifest.json | 2 +- changelog.json | 19 ++++++++++++++++++- core/promisify/CHANGELOG.md | 7 +++++++ core/promisify/package.json | 2 +- 4 files changed, 27 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e3d9de9dc55e..4accdfe6378e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -20,7 +20,7 @@ "core/paginator": "6.0.2", "core/precise-date": "5.0.1", "core/projectify": "5.0.1", - "core/promisify": "5.0.1", + "core/promisify": "5.1.0", "handwritten/bigquery": "8.3.1", "handwritten/bigquery-storage": "5.1.2", "handwritten/bigtable": "6.5.1", diff --git a/changelog.json b/changelog.json index 473e225be0a4..9206992e26ea 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,23 @@ { "repository": "googleapis/google-cloud-node", "entries": [ + { + "changes": [ + { + "type": "feat", + "sha": "3391fd27d1c15e051293207a07c6db00e760d370", + "message": "Update API sources and regenerate", + "issues": [ + "8672" + ] + } + ], + "version": "5.1.0", + "language": "JAVASCRIPT", + "artifactName": "@google-cloud/promisify", + "id": "20912a56-2568-49fa-a6ba-180bdfa33d32", + "createTime": "2026-06-24T18:20:52.132Z" + }, { "changes": [ { @@ -80931,5 +80948,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2026-06-24T17:44:31.336Z" + "updateTime": "2026-06-24T18:20:52.132Z" } \ No newline at end of file diff --git a/core/promisify/CHANGELOG.md b/core/promisify/CHANGELOG.md index 25db41542ee7..f316543511e9 100644 --- a/core/promisify/CHANGELOG.md +++ b/core/promisify/CHANGELOG.md @@ -5,6 +5,13 @@ [1]: https://www.npmjs.com/package/nodejs-promisify?activeTab=versions +## [5.1.0](https://github.com/googleapis/google-cloud-node/compare/promisify-v5.0.1...promisify-v5.1.0) (2026-06-24) + + +### Features + +* Update API sources and regenerate ([#8672](https://github.com/googleapis/google-cloud-node/issues/8672)) ([3391fd2](https://github.com/googleapis/google-cloud-node/commit/3391fd27d1c15e051293207a07c6db00e760d370)) + ## [5.0.1](https://github.com/googleapis/google-cloud-node/compare/promisify-v5.0.0...promisify-v5.0.1) (2026-05-11) diff --git a/core/promisify/package.json b/core/promisify/package.json index 50a9ece536f9..1515b4760df8 100644 --- a/core/promisify/package.json +++ b/core/promisify/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/promisify", - "version": "5.0.1", + "version": "5.1.0", "description": "A simple utility for promisifying functions and classes.", "main": "build/src/index.js", "types": "build/src/index.d.ts",