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

Commit 5a5c21b

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
chore: release 4.0.1 (#723)
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
1 parent 1390590 commit 5a5c21b

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+
### [4.0.1](https://www.github.com/googleapis/cloud-debug-nodejs/compare/v4.0.0...v4.0.1) (2019-06-24)
4+
5+
6+
### Bug Fixes
7+
8+
* **docs:** add repo-metadata file ([#722](https://www.github.com/googleapis/cloud-debug-nodejs/issues/722)) ([1390590](https://www.github.com/googleapis/cloud-debug-nodejs/commit/1390590))
9+
310
## [4.0.0](https://www.github.com/googleapis/cloud-debug-nodejs/compare/v3.2.0...v4.0.0) (2019-06-05)
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": "4.0.0",
3+
"version": "4.0.1",
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.0",
17+
"@google-cloud/debug-agent": "^4.0.1",
1818
"express": "4.17.1"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)