Skip to content

Commit

Permalink
chore: release 4.1.2 (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed May 5, 2021
1 parent 33abbeb commit df22483
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,14 @@

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

### [4.1.2](https://www.github.com/googleapis/cloud-profiler-nodejs/compare/v4.1.1...v4.1.2) (2021-05-05)


### Bug Fixes

* **deps:** update dependency pprof to v3.1.0 ([#731](https://www.github.com/googleapis/cloud-profiler-nodejs/issues/731)) ([ba96e49](https://www.github.com/googleapis/cloud-profiler-nodejs/commit/ba96e49a2d254d713d55f16bedbf6a5268500801))
* **deps:** update dependency protobufjs to ~6.11.0 ([#733](https://www.github.com/googleapis/cloud-profiler-nodejs/issues/733)) ([33abbeb](https://www.github.com/googleapis/cloud-profiler-nodejs/commit/33abbebe1e6424658a66cdb728b93875d4edadd3))

### [4.1.1](https://www.github.com/googleapis/cloud-profiler-nodejs/compare/v4.1.0...v4.1.1) (2021-03-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/profiler",
"version": "4.1.1",
"version": "4.1.2",
"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
Expand Up @@ -17,7 +17,7 @@
"author": "Google LLC.",
"license": "Apache-2.0",
"dependencies": {
"@google-cloud/profiler": "^4.1.1"
"@google-cloud/profiler": "^4.1.2"
},
"files": [
"*.js"
Expand Down

0 comments on commit df22483

Please sign in to comment.