Skip to content

Commit

Permalink
chore(main): release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Aug 11, 2023
1 parent 66b7f4e commit 5d50fef
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

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

## [6.0.0](https://github.com/googleapis/cloud-profiler-nodejs/compare/v5.0.5...v6.0.0) (2023-08-11)


### ⚠ BREAKING CHANGES

* upgrade to Node 14 ([#891](https://github.com/googleapis/cloud-profiler-nodejs/issues/891))

### Miscellaneous Chores

* Upgrade to Node 14 ([#891](https://github.com/googleapis/cloud-profiler-nodejs/issues/891)) ([66b7f4e](https://github.com/googleapis/cloud-profiler-nodejs/commit/66b7f4e4beeaf09e7bb1107368997bfafd2a4679))

## [5.0.5](https://github.com/googleapis/cloud-profiler-nodejs/compare/v5.0.4...v5.0.5) (2023-07-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/profiler",
"version": "5.0.5",
"version": "6.0.0",
"description": "Adds support for Cloud Profiler to Node.js applications",
"repository": "googleapis/cloud-profiler-nodejs",
"main": "build/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Google LLC.",
"license": "Apache-2.0",
"dependencies": {
"@google-cloud/profiler": "^5.0.5"
"@google-cloud/profiler": "^6.0.0"
},
"files": [
"*.js"
Expand Down

0 comments on commit 5d50fef

Please sign in to comment.