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

Commit 15f385b

Browse files
chore: release 5.2.8 (#1002)
🤖 I have created a release \*beep\* \*boop\* --- ### [5.2.8](https://www.github.com/googleapis/cloud-debug-nodejs/compare/v5.2.7...v5.2.8) (2021-08-09) ### Bug Fixes * **build:** migrate to using main branch ([#1000](https://www.github.com/googleapis/cloud-debug-nodejs/issues/1000)) ([f4dd699](https://www.github.com/googleapis/cloud-debug-nodejs/commit/f4dd6993c27fe4e5ed1754392477934337b3f93c)) --- 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 f4dd699 commit 15f385b

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+
### [5.2.8](https://www.github.com/googleapis/cloud-debug-nodejs/compare/v5.2.7...v5.2.8) (2021-08-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **build:** migrate to using main branch ([#1000](https://www.github.com/googleapis/cloud-debug-nodejs/issues/1000)) ([f4dd699](https://www.github.com/googleapis/cloud-debug-nodejs/commit/f4dd6993c27fe4e5ed1754392477934337b3f93c))
9+
310
### [5.2.7](https://www.github.com/googleapis/cloud-debug-nodejs/compare/v5.2.6...v5.2.7) (2021-07-09)
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": "5.2.7",
3+
"version": "5.2.8",
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": "^5.2.7",
20+
"@google-cloud/debug-agent": "^5.2.8",
2121
"express": "4.17.1"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)