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

Commit 6cdfaf8

Browse files
authored
Merge branch 'main' into owl-bot-update-lock-079b0f3bd8427671745ec03a5179575b4c86a4e776fb6041427e553719c65c2b
2 parents 355b533 + c224211 commit 6cdfaf8

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

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

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

7+
## [4.2.0](https://github.com/googleapis/cloud-profiler-nodejs/compare/v4.1.7...v4.2.0) (2022-05-13)
8+
9+
10+
### Bug Fixes
11+
12+
* initial module in golint presubmit check ([#818](https://github.com/googleapis/cloud-profiler-nodejs/issues/818)) ([df1f28a](https://github.com/googleapis/cloud-profiler-nodejs/commit/df1f28a6e0e74f9d5ee6751a203fe5610866b584))
13+
* library should released as 4.2.0 ([#833](https://github.com/googleapis/cloud-profiler-nodejs/issues/833)) ([8d722aa](https://github.com/googleapis/cloud-profiler-nodejs/commit/8d722aa0e5a3f03ea729db0a4d98b2a8c7717bcf))
14+
* relax service name requirements to allow starting with numbers ([#828](https://github.com/googleapis/cloud-profiler-nodejs/issues/828)) ([fe0f1cc](https://github.com/googleapis/cloud-profiler-nodejs/commit/fe0f1ccd14c2a091f1778142083f49813d724dcf))
15+
716
### [4.1.7](https://www.github.com/googleapis/cloud-profiler-nodejs/compare/v4.1.6...v4.1.7) (2021-12-20)
817

918

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": "4.1.7",
3+
"version": "4.2.0",
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": "^4.1.7"
20+
"@google-cloud/profiler": "^4.2.0"
2121
},
2222
"files": [
2323
"*.js"

0 commit comments

Comments
 (0)