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

Commit e9c2e8a

Browse files
chore(main): release 7.1.0 (#1098)
🤖 I have created a release *beep* *boop* --- ## [7.1.0](v7.0.0...v7.1.0) (2022-07-26) ### Features * improve debuggee ids ([#1097](#1097)) ([267a4bd](267a4bd)) --- 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 267a4bd commit e9c2e8a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## [7.1.0](https://github.com/googleapis/cloud-debug-nodejs/compare/v7.0.0...v7.1.0) (2022-07-26)
4+
5+
6+
### Features
7+
8+
* improve debuggee ids ([#1097](https://github.com/googleapis/cloud-debug-nodejs/issues/1097)) ([267a4bd](https://github.com/googleapis/cloud-debug-nodejs/commit/267a4bd48ea6e575b710c53f937883b6feca169a))
9+
310
## [7.0.0](https://github.com/googleapis/cloud-debug-nodejs/compare/v6.0.1...v7.0.0) (2022-06-25)
411

512

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.0.0",
3+
"version": "7.1.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.0.0",
20+
"@google-cloud/debug-agent": "^7.1.0",
2121
"express": "4.18.1"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)