diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4f0d792c7e1b..3f54432965b1 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.0", - "core/packages/gapic-node-processing": "0.1.8", + "core/packages/gapic-node-processing": "0.1.9", "core/packages/gax": "5.0.7", "core/packages/gaxios": "7.1.5", "core/packages/gcp-metadata": "8.1.3", diff --git a/changelog.json b/changelog.json index 94862922f2a5..c623c273510b 100644 --- a/changelog.json +++ b/changelog.json @@ -34,6 +34,23 @@ "id": "6a306654-ec88-4349-9e08-6183c563dae9", "createTime": "2026-06-18T00:26:09.772Z" }, + { + "changes": [ + { + "type": "fix", + "sha": "c1a03fe604662091be283055c7d34052c64d6334", + "message": "Change the copyright year for files in the packages folder", + "issues": [ + "8109" + ] + } + ], + "version": "0.1.9", + "language": "JAVASCRIPT", + "artifactName": "gapic-node-processing", + "id": "68a02aaa-17ed-404e-b452-e70bda09de60", + "createTime": "2026-06-18T00:26:09.228Z" + }, { "changes": [ { @@ -80758,4 +80775,4 @@ } ], "updateTime": "2026-06-18T00:26:09.772Z" -} \ 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 697d983918f5..2df9ac22396f 100644 --- a/core/packages/gapic-node-processing/CHANGELOG.md +++ b/core/packages/gapic-node-processing/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Bug Fixes + +* Change the copyright year for files in the packages folder ([#8109](https://github.com/googleapis/google-cloud-node/issues/8109)) ([c1a03fe](https://github.com/googleapis/google-cloud-node/commit/c1a03fe604662091be283055c7d34052c64d6334)) + ## [0.1.8](https://github.com/googleapis/google-cloud-node/compare/gapic-node-processing-v0.1.7...gapic-node-processing-v0.1.8) (2026-05-01) diff --git a/core/packages/gapic-node-processing/package.json b/core/packages/gapic-node-processing/package.json index 6d5e4a2dee2e..7ff069c48031 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.8", + "version": "0.1.9", "description": "Does various processing functions for Nodejs gapic libraries", "bin": "./build/src/cli.js", "scripts": {