Skip to content

Commit

Permalink
chore: release 4.1.1 (#723)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Mar 16, 2021
1 parent fcd1239 commit 31dbceb
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.1](https://www.github.com/googleapis/cloud-profiler-nodejs/compare/v4.1.0...v4.1.1) (2021-03-16)


### Bug Fixes

* **deps:** update dependency delay to v5 ([#722](https://www.github.com/googleapis/cloud-profiler-nodejs/issues/722)) ([98d43e1](https://www.github.com/googleapis/cloud-profiler-nodejs/commit/98d43e12b2d19f7d8b70618b6d3ec5de6e8d702c))
* **deps:** update dependency parse-duration to v1 ([#725](https://www.github.com/googleapis/cloud-profiler-nodejs/issues/725)) ([fcd1239](https://www.github.com/googleapis/cloud-profiler-nodejs/commit/fcd12391782ad9363cffae0c3b507512fc8dfbc8))

## [4.1.0](https://www.github.com/googleapis/cloud-profiler-nodejs/compare/v4.0.3...v4.1.0) (2020-11-02)


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

0 comments on commit 31dbceb

Please sign in to comment.