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

Commit c4114aa

Browse files
chore(main): release 6.0.0 (#896)
🤖 I have created a release *beep* *boop* --- ## [6.0.0](https://togithub.com/googleapis/cloud-profiler-nodejs/compare/v5.0.5...v6.0.0) (2023-08-15) ### ⚠ BREAKING CHANGES * upgrade to Node 14 ([#891](https://togithub.com/googleapis/cloud-profiler-nodejs/issues/891)) ### Miscellaneous Chores * Upgrade to Node 14 ([#891](https://togithub.com/googleapis/cloud-profiler-nodejs/issues/891)) ([66b7f4e](https://togithub.com/googleapis/cloud-profiler-nodejs/commit/66b7f4e4beeaf09e7bb1107368997bfafd2a4679)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
1 parent 6d7340f commit c4114aa

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

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

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

7+
## [6.0.0](https://github.com/googleapis/cloud-profiler-nodejs/compare/v5.0.5...v6.0.0) (2023-08-15)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* upgrade to Node 14 ([#891](https://github.com/googleapis/cloud-profiler-nodejs/issues/891))
13+
14+
### Miscellaneous Chores
15+
16+
* Upgrade to Node 14 ([#891](https://github.com/googleapis/cloud-profiler-nodejs/issues/891)) ([66b7f4e](https://github.com/googleapis/cloud-profiler-nodejs/commit/66b7f4e4beeaf09e7bb1107368997bfafd2a4679))
17+
718
## [5.0.5](https://github.com/googleapis/cloud-profiler-nodejs/compare/v5.0.4...v5.0.5) (2023-07-24)
819

920

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

0 commit comments

Comments
 (0)