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

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

3+
## [7.2.0](https://github.com/googleapis/cloud-debug-nodejs/compare/v7.1.1...v7.2.0) (2022-12-09)
4+
5+
6+
### Features
7+
8+
* Add active debuggee support ([#1121](https://github.com/googleapis/cloud-debug-nodejs/issues/1121)) ([a421509](https://github.com/googleapis/cloud-debug-nodejs/commit/a421509d7c616a4ed48302498886ffa66bfefad9))
9+
* Add error handling to firebase controller. ([#1116](https://github.com/googleapis/cloud-debug-nodejs/issues/1116)) ([a188e34](https://github.com/googleapis/cloud-debug-nodejs/commit/a188e347131168d21d01f77267863e53ae1043a8))
10+
11+
12+
### Bug Fixes
13+
14+
* Correctly send labels on register calls. ([#1118](https://github.com/googleapis/cloud-debug-nodejs/issues/1118)) ([007cbbd](https://github.com/googleapis/cloud-debug-nodejs/commit/007cbbd3df765b06978aa5604bcbdb4925cf725e))
15+
316
## [7.1.1](https://github.com/googleapis/cloud-debug-nodejs/compare/v7.1.0...v7.1.1) (2022-11-18)
417

518

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": "7.1.1",
3+
"version": "7.2.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": "^7.1.1",
20+
"@google-cloud/debug-agent": "^7.2.0",
2121
"express": "4.18.2"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)