Skip to content

Commit a30b9b1

Browse files
chore(main): release gapic-node-processing 0.1.9
1 parent de7d2de commit a30b9b1

4 files changed

Lines changed: 27 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"core/dev-packages/jsdoc-region-tag": "4.0.2",
55
"core/dev-packages/pack-n-play": "4.2.2",
66
"core/generator/gapic-generator-typescript": "4.12.0",
7-
"core/packages/gapic-node-processing": "0.1.8",
7+
"core/packages/gapic-node-processing": "0.1.9",
88
"core/packages/gax": "5.0.7",
99
"core/packages/gaxios": "7.1.5",
1010
"core/packages/gcp-metadata": "8.1.3",

changelog.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "c1a03fe604662091be283055c7d34052c64d6334",
9+
"message": "Change the copyright year for files in the packages folder",
10+
"issues": [
11+
"8109"
12+
]
13+
}
14+
],
15+
"version": "0.1.9",
16+
"language": "JAVASCRIPT",
17+
"artifactName": "gapic-node-processing",
18+
"id": "edd28166-8bc3-4e6f-a118-78951f9ae8c0",
19+
"createTime": "2026-06-09T16:13:35.669Z"
20+
},
421
{
522
"changes": [
623
{
@@ -80093,5 +80110,5 @@
8009380110
"createTime": "2023-01-28T04:18:24.718Z"
8009480111
}
8009580112
],
80096-
"updateTime": "2026-06-08T17:51:13.237Z"
80113+
"updateTime": "2026-06-09T16:13:35.669Z"
8009780114
}

core/packages/gapic-node-processing/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [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-09)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [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)
411

512

core/packages/gapic-node-processing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gapic-node-processing",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "Does various processing functions for Nodejs gapic libraries",
55
"bin": "./build/src/cli.js",
66
"scripts": {

0 commit comments

Comments
 (0)