Skip to content

Commit

Permalink
chore(main): release 5.0.1 (#848)
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] authored Jul 8, 2022
1 parent 6d9a5ca commit bb8ecfa
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

## [5.0.1](https://github.com/googleapis/cloud-profiler-nodejs/compare/v5.0.0...v5.0.1) (2022-07-08)


### Bug Fixes

* fix build so it includes expected files (and modify test to catch this) ([6d9a5ca](https://github.com/googleapis/cloud-profiler-nodejs/commit/6d9a5caa276a7d41f6f3b0e9da8d576e261f3f3f))

## [5.0.0](https://github.com/googleapis/cloud-profiler-nodejs/compare/v4.2.0...v5.0.0) (2022-06-20)


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

0 comments on commit bb8ecfa

Please sign in to comment.