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

Commit 5a2902d

Browse files
chore(main): release 4.0.3 (#759)
🤖 I have created a release *beep* *boop* --- ## [4.0.3](v4.0.2...v4.0.3) (2022-08-23) ### Bug Fixes * remove pip install statements ([#1546](https://github.com/googleapis/nodejs-common/issues/1546)) ([#758](#758)) ([e619bf9](e619bf9)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent e619bf9 commit 5a2902d

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.3](https://github.com/googleapis/nodejs-common/compare/v4.0.2...v4.0.3) (2022-08-23)
8+
9+
10+
### Bug Fixes
11+
12+
* remove pip install statements ([#1546](https://github.com/googleapis/nodejs-common/issues/1546)) ([#758](https://github.com/googleapis/nodejs-common/issues/758)) ([e619bf9](https://github.com/googleapis/nodejs-common/commit/e619bf98fa965b9aa32bde9a5ae399acac4e0708))
13+
714
## [4.0.2](https://github.com/googleapis/nodejs-common/compare/v4.0.1...v4.0.2) (2022-06-21)
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.2",
4+
"version": "4.0.3",
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.2"
14+
"@google-cloud/common": "^4.0.3"
1515
},
1616
"devDependencies": {
1717
"mocha": "^8.0.0"

0 commit comments

Comments
 (0)