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

Commit 3da4378

Browse files
chore: release 5.1.0 (#895)
1 parent cb1743b commit 3da4378

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## [5.1.0](https://www.github.com/googleapis/cloud-debug-nodejs/compare/v5.0.0...v5.1.0) (2020-06-25)
4+
5+
6+
### Features
7+
8+
* add auto-inferred platform label ([#886](https://www.github.com/googleapis/cloud-debug-nodejs/issues/886)) ([cb1743b](https://www.github.com/googleapis/cloud-debug-nodejs/commit/cb1743bc7058ba9c8e717db6d6ba37bfc27a93a5))
9+
* add support to breakpoint canary ([#883](https://www.github.com/googleapis/cloud-debug-nodejs/issues/883)) ([692d0a7](https://www.github.com/googleapis/cloud-debug-nodejs/commit/692d0a7a2d875cf048dc3b5c5c9a224ddc962e60))
10+
311
## [5.0.0](https://www.github.com/googleapis/cloud-debug-nodejs/compare/v4.2.2...v5.0.0) (2020-05-20)
412

513

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

0 commit comments

Comments
 (0)