Skip to content

Commit be24c78

Browse files
chore(main): release 5.0.0 (#839)
🤖 I have created a release *beep* *boop* --- ## [5.0.0](v4.2.0...v5.0.0) (2022-06-20) ### ⚠ BREAKING CHANGES * update library to use Node 12 (#835) ### Bug Fixes * **deps:** update dependency @google-cloud/common to v4 ([#843](#843)) ([1af6b0f](1af6b0f)) * **deps:** update dependency @google-cloud/logging-min to v10 ([#838](#838)) ([1120298](1120298)) ### Build System * update library to use Node 12 ([#835](#835)) ([07221ef](07221ef)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 1af6b0f commit be24c78

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@
44

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

7+
## [5.0.0](https://github.com/googleapis/cloud-profiler-nodejs/compare/v4.2.0...v5.0.0) (2022-06-20)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* update library to use Node 12 (#835)
13+
14+
### Bug Fixes
15+
16+
* **deps:** update dependency @google-cloud/common to v4 ([#843](https://github.com/googleapis/cloud-profiler-nodejs/issues/843)) ([1af6b0f](https://github.com/googleapis/cloud-profiler-nodejs/commit/1af6b0f18aec665b042a27ea90158b99d7435d4e))
17+
* **deps:** update dependency @google-cloud/logging-min to v10 ([#838](https://github.com/googleapis/cloud-profiler-nodejs/issues/838)) ([1120298](https://github.com/googleapis/cloud-profiler-nodejs/commit/11202986b7d4501637e7c30c5e9787789e98ccba))
18+
19+
20+
### Build System
21+
22+
* update library to use Node 12 ([#835](https://github.com/googleapis/cloud-profiler-nodejs/issues/835)) ([07221ef](https://github.com/googleapis/cloud-profiler-nodejs/commit/07221ef0503c25311834a50b987b70d51393420c))
23+
724
## [4.2.0](https://github.com/googleapis/cloud-profiler-nodejs/compare/v4.1.7...v4.2.0) (2022-05-13)
825

926

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/profiler",
3-
"version": "4.2.0",
3+
"version": "5.0.0",
44
"description": "Adds support for Cloud Profiler to Node.js applications",
55
"repository": "googleapis/cloud-profiler-nodejs",
66
"main": "build/src/index.js",

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Google LLC.",
1818
"license": "Apache-2.0",
1919
"dependencies": {
20-
"@google-cloud/profiler": "^4.2.0"
20+
"@google-cloud/profiler": "^5.0.0"
2121
},
2222
"files": [
2323
"*.js"

0 commit comments

Comments
 (0)