diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5e7865ad0b7..533e88ec013 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -20,7 +20,7 @@ "core/paginator": "6.0.2", "core/precise-date": "5.1.0", "core/projectify": "5.1.0", - "core/promisify": "5.1.0", + "core/promisify": "5.2.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 7f6071e4c25..bffdee3cfb4 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,23 @@ { "repository": "googleapis/google-cloud-node", "entries": [ + { + "changes": [ + { + "type": "feat", + "sha": "2a3a77ceaa4ff2c7e1a2ec0338a770fa60b738a9", + "message": "Update googleapis source and regenerate client libraries", + "issues": [ + "8821" + ] + } + ], + "version": "5.2.0", + "language": "JAVASCRIPT", + "artifactName": "@google-cloud/promisify", + "id": "58a6ca7b-c1d3-46f1-a406-10a9045ab8b2", + "createTime": "2026-07-10T18:23:30.520Z" + }, { "changes": [ { @@ -81630,5 +81647,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2026-07-08T17:10:18.122Z" -} + "updateTime": "2026-07-10T18:23:30.520Z" +} \ No newline at end of file diff --git a/core/promisify/CHANGELOG.md b/core/promisify/CHANGELOG.md index f316543511e..822e5fda174 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.2.0](https://github.com/googleapis/google-cloud-node/compare/promisify-v5.1.0...promisify-v5.2.0) (2026-07-10) + + +### Features + +* Update googleapis source and regenerate client libraries ([#8821](https://github.com/googleapis/google-cloud-node/issues/8821)) ([2a3a77c](https://github.com/googleapis/google-cloud-node/commit/2a3a77ceaa4ff2c7e1a2ec0338a770fa60b738a9)) + ## [5.1.0](https://github.com/googleapis/google-cloud-node/compare/promisify-v5.0.1...promisify-v5.1.0) (2026-06-24) diff --git a/core/promisify/package.json b/core/promisify/package.json index 1515b4760df..362e72607a5 100644 --- a/core/promisify/package.json +++ b/core/promisify/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/promisify", - "version": "5.1.0", + "version": "5.2.0", "description": "A simple utility for promisifying functions and classes.", "main": "build/src/index.js", "types": "build/src/index.d.ts",