Skip to content

Commit

Permalink
chore: release 4.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Dec 20, 2021
1 parent 6b96e00 commit 9435279
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

### [4.1.6](https://www.github.com/googleapis/cloud-profiler-nodejs/compare/v4.1.5...v4.1.6) (2021-12-20)


### Bug Fixes

* log to console using structured logging ([#780](https://www.github.com/googleapis/cloud-profiler-nodejs/issues/780)) ([6b96e00](https://www.github.com/googleapis/cloud-profiler-nodejs/commit/6b96e007418bd6074c2bf9de64df0742e6a6d4ae))

### [4.1.5](https://www.github.com/googleapis/cloud-profiler-nodejs/compare/v4.1.4...v4.1.5) (2021-10-06)


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

0 comments on commit 9435279

Please sign in to comment.