diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dddb95fb43d..a02e4862d84 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,7 +4,7 @@ "core/dev-packages/jsdoc-region-tag": "4.0.2", "core/dev-packages/pack-n-play": "4.2.2", "core/generator/gapic-generator-typescript": "4.12.2", - "core/packages/gapic-node-processing": "0.1.9", + "core/packages/gapic-node-processing": "0.2.0", "core/packages/gax": "5.0.7", "core/packages/gaxios": "7.2.0", "core/packages/gcp-metadata": "8.1.3", diff --git a/changelog.json b/changelog.json index 0cd8383feef..0db76fa9181 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": "0.2.0", + "language": "JAVASCRIPT", + "artifactName": "gapic-node-processing", + "id": "f0d1b79f-c481-45ee-9a05-ea29287a0673", + "createTime": "2026-07-15T14:03:43.254Z" + }, { "changes": [ { @@ -82076,5 +82093,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2026-07-13T22:32:17.594Z" + "updateTime": "2026-07-15T14:03:43.254Z" } \ No newline at end of file diff --git a/core/packages/gapic-node-processing/CHANGELOG.md b/core/packages/gapic-node-processing/CHANGELOG.md index 2df9ac22396..b3232dbf94e 100644 --- a/core/packages/gapic-node-processing/CHANGELOG.md +++ b/core/packages/gapic-node-processing/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/googleapis/google-cloud-node/compare/gapic-node-processing-v0.1.9...gapic-node-processing-v0.2.0) (2026-07-15) + + +### 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)) + ## [0.1.9](https://github.com/googleapis/google-cloud-node/compare/gapic-node-processing-v0.1.8...gapic-node-processing-v0.1.9) (2026-06-18) diff --git a/core/packages/gapic-node-processing/package.json b/core/packages/gapic-node-processing/package.json index 7ff069c4803..a267ad16d0c 100644 --- a/core/packages/gapic-node-processing/package.json +++ b/core/packages/gapic-node-processing/package.json @@ -1,6 +1,6 @@ { "name": "gapic-node-processing", - "version": "0.1.9", + "version": "0.2.0", "description": "Does various processing functions for Nodejs gapic libraries", "bin": "./build/src/cli.js", "scripts": {