Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 92aa301

Browse files
chore(main): release 7.0.0 (#1087)
🤖 I have created a release *beep* *boop* --- ## [7.0.0](v6.0.1...v7.0.0) (2022-06-25) ### ⚠ BREAKING CHANGES * upgrade to stable (#1088) * update library to use Node 12 (#1084) ### Features * upgrade to stable ([#1088](#1088)) ([792ef81](792ef81)) ### Bug Fixes * **deps:** update dependency @google-cloud/common to v4 ([#1090](#1090)) ([f4f6ad4](f4f6ad4)) * **deps:** update dependency firebase-admin to v10 ([#1080](#1080)) ([957ea3c](957ea3c)) * **deps:** update dependency gcp-metadata to v5 ([#1068](#1068)) ([20ff5c5](20ff5c5)) ### Build System * update library to use Node 12 ([#1084](#1084)) ([3434ddd](3434ddd)) --- 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 53795be commit 92aa301

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Node.js Agent for Google Cloud Debug ChangeLog
22

3+
## [7.0.0](https://github.com/googleapis/cloud-debug-nodejs/compare/v6.0.1...v7.0.0) (2022-06-25)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* upgrade to stable (#1088)
9+
* update library to use Node 12 (#1084)
10+
11+
### Features
12+
13+
* upgrade to stable ([#1088](https://github.com/googleapis/cloud-debug-nodejs/issues/1088)) ([792ef81](https://github.com/googleapis/cloud-debug-nodejs/commit/792ef81f4eb5462ce61155162b6f5233f736a338))
14+
15+
16+
### Bug Fixes
17+
18+
* **deps:** update dependency @google-cloud/common to v4 ([#1090](https://github.com/googleapis/cloud-debug-nodejs/issues/1090)) ([f4f6ad4](https://github.com/googleapis/cloud-debug-nodejs/commit/f4f6ad48a9eb62ceca735ea0f79d47e4764b9e15))
19+
* **deps:** update dependency firebase-admin to v10 ([#1080](https://github.com/googleapis/cloud-debug-nodejs/issues/1080)) ([957ea3c](https://github.com/googleapis/cloud-debug-nodejs/commit/957ea3cd9be2eb7627dad9c32c512669534732bd))
20+
* **deps:** update dependency gcp-metadata to v5 ([#1068](https://github.com/googleapis/cloud-debug-nodejs/issues/1068)) ([20ff5c5](https://github.com/googleapis/cloud-debug-nodejs/commit/20ff5c53f8f2bbbae4308703f0a75a1f2770c713))
21+
22+
23+
### Build System
24+
25+
* update library to use Node 12 ([#1084](https://github.com/googleapis/cloud-debug-nodejs/issues/1084)) ([3434ddd](https://github.com/googleapis/cloud-debug-nodejs/commit/3434ddd0b2cab8ca74a382a9729815387657f700))
26+
327
### [6.0.1](https://github.com/googleapis/cloud-debug-nodejs/compare/v6.0.0...v6.0.1) (2022-05-16)
428

529

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/debug-agent",
3-
"version": "6.0.1",
3+
"version": "7.0.0",
44
"author": "Google Inc.",
55
"description": "Stackdriver Debug Agent for Node.js",
66
"main": "./build/src/index",

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test": "mocha"
1818
},
1919
"dependencies": {
20-
"@google-cloud/debug-agent": "^6.0.1",
20+
"@google-cloud/debug-agent": "^7.0.0",
2121
"express": "4.18.1"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)