Skip to content

Commit

Permalink
chore(main): release 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 5, 2024
1 parent b1bcb7a commit f401d0e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

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

## [6.0.1](https://github.com/googleapis/cloud-profiler-nodejs/compare/v6.0.0...v6.0.1) (2024-02-05)


### Bug Fixes

* **deps:** Update dependency pprof to v4 ([#917](https://github.com/googleapis/cloud-profiler-nodejs/issues/917)) ([2411b71](https://github.com/googleapis/cloud-profiler-nodejs/commit/2411b7140e30fe89d10004010c3395aa18fbb543))
* Lazily init logging ([#801](https://github.com/googleapis/cloud-profiler-nodejs/issues/801)) ([04853a9](https://github.com/googleapis/cloud-profiler-nodejs/commit/04853a96896b54694d6480c5263af7145ee129ea))

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


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": "6.0.0",
"version": "6.0.1",
"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": "^6.0.0"
"@google-cloud/profiler": "^6.0.1"
},
"files": [
"*.js"
Expand Down

0 comments on commit f401d0e

Please sign in to comment.