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

Commit 7143525

Browse files
yoshi-automationDominicKramer
authored andcommitted
chore: release 4.0.2 (#741)
1 parent 2671d66 commit 7143525

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

3+
### [4.0.2](https://www.github.com/googleapis/cloud-debug-nodejs/compare/v4.0.1...v4.0.2) (2019-08-21)
4+
5+
6+
### Bug Fixes
7+
8+
* allow calls with no request, add JSON proto ([bb1bcc9](https://www.github.com/googleapis/cloud-debug-nodejs/commit/bb1bcc9))
9+
* warn if maxDataSize=0 ([#744](https://www.github.com/googleapis/cloud-debug-nodejs/issues/744)) ([e322b6c](https://www.github.com/googleapis/cloud-debug-nodejs/commit/e322b6c))
10+
* **deps:** update @sindresorhus/is to v1 ([#747](https://www.github.com/googleapis/cloud-debug-nodejs/issues/747)) ([dac1102](https://www.github.com/googleapis/cloud-debug-nodejs/commit/dac1102))
11+
* **deps:** update dependency acorn to v7 ([#748](https://www.github.com/googleapis/cloud-debug-nodejs/issues/748)) ([ddc3629](https://www.github.com/googleapis/cloud-debug-nodejs/commit/ddc3629))
12+
* **deps:** use the latest extend ([#735](https://www.github.com/googleapis/cloud-debug-nodejs/issues/735)) ([2d60f49](https://www.github.com/googleapis/cloud-debug-nodejs/commit/2d60f49))
13+
* **docs:** link to reference docs section on googleapis.dev ([#724](https://www.github.com/googleapis/cloud-debug-nodejs/issues/724)) ([6d809e6](https://www.github.com/googleapis/cloud-debug-nodejs/commit/6d809e6))
14+
315
### [4.0.1](https://www.github.com/googleapis/cloud-debug-nodejs/compare/v4.0.0...v4.0.1) (2019-06-24)
416

517

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": "4.0.1",
3+
"version": "4.0.2",
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
@@ -14,7 +14,7 @@
1414
"test": "mocha"
1515
},
1616
"dependencies": {
17-
"@google-cloud/debug-agent": "^4.0.1",
17+
"@google-cloud/debug-agent": "^4.0.2",
1818
"express": "4.17.1"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)