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

Commit e43f412

Browse files
chore(main): release 6.0.3 (#968)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 1f32312 commit e43f412

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{}
1+
{".":"6.0.3"}

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+
## [6.0.3](https://github.com/googleapis/cloud-profiler-nodejs/compare/v6.0.2...v6.0.3) (2025-04-14)
8+
9+
10+
### Bug Fixes
11+
12+
* Replace vulnerable parse-duration with CJS compatible ms library ([ef0f58c](https://github.com/googleapis/cloud-profiler-nodejs/commit/ef0f58c0ac7abf15dcf3b2a31cd0a4b9bfdb3b72))
13+
714
## [6.0.2](https://github.com/googleapis/cloud-profiler-nodejs/compare/v6.0.1...v6.0.2) (2024-09-11)
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": "6.0.2",
3+
"version": "6.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": "^6.0.2"
20+
"@google-cloud/profiler": "^6.0.3"
2121
},
2222
"files": [
2323
"*.js"

0 commit comments

Comments
 (0)