Skip to content

Commit 49cf966

Browse files
committed
chore(main): release projectify 5.0.1
1 parent 9fd76ef commit 49cf966

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
@@ -17,7 +17,7 @@
1717
"core/packages/tools": "1.0.5",
1818
"core/paginator": "6.0.0",
1919
"core/precise-date": "5.0.0",
20-
"core/projectify": "5.0.0",
20+
"core/projectify": "5.0.1",
2121
"core/promisify": "5.0.0",
2222
"handwritten/bigquery": "8.3.0",
2323
"handwritten/bigquery-storage": "5.1.0",

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": "9fd76eff87b1cf02db6205f141449b31e8ab7d8f",
9+
"message": "Bump all node submodules",
10+
"issues": [
11+
"8178"
12+
]
13+
}
14+
],
15+
"version": "5.0.1",
16+
"language": "JAVASCRIPT",
17+
"artifactName": "@google-cloud/projectify",
18+
"id": "58f66097-90bc-4719-a266-be3cab29e90c",
19+
"createTime": "2026-05-06T18:07:28.274Z"
20+
},
421
{
522
"changes": [
623
{
@@ -77670,5 +77687,5 @@
7767077687
"createTime": "2023-01-28T04:18:24.718Z"
7767177688
}
7767277689
],
77673-
"updateTime": "2026-05-01T17:22:33.483Z"
77690+
"updateTime": "2026-05-06T18:07:28.274Z"
7767477691
}

core/projectify/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
[npm history][1]
55

66
[1]: https://www.npmjs.com/package/@google-cloud/projectify?activeTab=versions
7+
## [5.0.1](https://github.com/googleapis/google-cloud-node/compare/projectify-v5.0.0...projectify-v5.0.1) (2026-05-06)
8+
9+
10+
### Bug Fixes
11+
12+
* Bump all node submodules ([#8178](https://github.com/googleapis/google-cloud-node/issues/8178)) ([9fd76ef](https://github.com/googleapis/google-cloud-node/commit/9fd76eff87b1cf02db6205f141449b31e8ab7d8f))
13+
714
## [5.0.0](https://github.com/googleapis/nodejs-projectify/compare/v4.0.0...v5.0.0) (2025-03-07)
815

916

core/projectify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/projectify",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "A simple utility for replacing the projectid token in objects.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

0 commit comments

Comments
 (0)