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.1 (#723)
Browse files Browse the repository at this point in the history
* updated CHANGELOG.md [ci skip]

* updated package.json [ci skip]

* updated samples/package.json [ci skip]
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Jun 24, 2019
1 parent 1390590 commit 5a5c21b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Node.js Agent for Google Cloud Debug ChangeLog

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


### Bug Fixes

* **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))

## [4.0.0](https://www.github.com/googleapis/cloud-debug-nodejs/compare/v3.2.0...v4.0.0) (2019-06-05)


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.0",
"version": "4.0.1",
"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.0",
"@google-cloud/debug-agent": "^4.0.1",
"express": "4.17.1"
},
"devDependencies": {
Expand Down

0 comments on commit 5a5c21b

Please sign in to comment.