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

Commit

Permalink
chore: release 4.0.2 (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and DominicKramer committed Aug 21, 2019
1 parent 2671d66 commit 7143525
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Node.js Agent for Google Cloud Debug ChangeLog

### [4.0.2](https://www.github.com/googleapis/cloud-debug-nodejs/compare/v4.0.1...v4.0.2) (2019-08-21)


### Bug Fixes

* allow calls with no request, add JSON proto ([bb1bcc9](https://www.github.com/googleapis/cloud-debug-nodejs/commit/bb1bcc9))
* 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))
* **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))
* **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))
* **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))
* **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))

### [4.0.1](https://www.github.com/googleapis/cloud-debug-nodejs/compare/v4.0.0...v4.0.1) (2019-06-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/debug-agent",
"version": "4.0.1",
"version": "4.0.2",
"author": "Google Inc.",
"description": "Stackdriver Debug Agent for Node.js",
"main": "./build/src/index",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha"
},
"dependencies": {
"@google-cloud/debug-agent": "^4.0.1",
"@google-cloud/debug-agent": "^4.0.2",
"express": "4.17.1"
},
"devDependencies": {
Expand Down

0 comments on commit 7143525

Please sign in to comment.