Skip to content
This repository was archived by the owner on Mar 19, 2026. It is now read-only.

Commit ded0ca0

Browse files
chore(main): release 4.0.2 (#756)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 41934ef commit ded0ca0

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://www.npmjs.com/package/@google-cloud/common?activeTab=versions
66

7+
## [4.0.2](https://github.com/googleapis/nodejs-common/compare/v4.0.1...v4.0.2) (2022-06-21)
8+
9+
10+
### Bug Fixes
11+
12+
* Requests Respect `config.projectIdRequired` === `false` ([#753](https://github.com/googleapis/nodejs-common/issues/753)) ([41934ef](https://github.com/googleapis/nodejs-common/commit/41934efbbc3e2b62f97142d46ae594d243ed31b8))
13+
714
## [4.0.1](https://github.com/googleapis/nodejs-common/compare/v4.0.0...v4.0.1) (2022-06-13)
815

916

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/common",
33
"description": "Common components for Cloud APIs Node.js Client Libraries",
4-
"version": "4.0.1",
4+
"version": "4.0.2",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "mocha system-test"
1212
},
1313
"dependencies": {
14-
"@google-cloud/common": "^4.0.1"
14+
"@google-cloud/common": "^4.0.2"
1515
},
1616
"devDependencies": {
1717
"mocha": "^8.0.0"

0 commit comments

Comments
 (0)