Skip to content

Commit dd7e438

Browse files
chore(main): release 5.0.3
1 parent 85ddb0f commit dd7e438

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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/profiler?activeTab=versions
66

7+
## [5.0.3](https://github.com/googleapis/cloud-profiler-nodejs/compare/v5.0.2...v5.0.3) (2022-08-23)
8+
9+
10+
### Bug Fixes
11+
12+
* remove pip install statements ([#1546](https://github.com/googleapis/cloud-profiler-nodejs/issues/1546)) ([#852](https://github.com/googleapis/cloud-profiler-nodejs/issues/852)) ([85ddb0f](https://github.com/googleapis/cloud-profiler-nodejs/commit/85ddb0f07cb40dab1e6284b80d5a921a596b2b9f))
13+
714
## [5.0.2](https://github.com/googleapis/cloud-profiler-nodejs/compare/v5.0.1...v5.0.2) (2022-07-25)
815

916

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/profiler",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"description": "Adds support for Cloud Profiler to Node.js applications",
55
"repository": "googleapis/cloud-profiler-nodejs",
66
"main": "build/src/index.js",

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Google LLC.",
1818
"license": "Apache-2.0",
1919
"dependencies": {
20-
"@google-cloud/profiler": "^5.0.2"
20+
"@google-cloud/profiler": "^5.0.3"
2121
},
2222
"files": [
2323
"*.js"

0 commit comments

Comments
 (0)