Skip to content

Commit d4e3184

Browse files
release-please[bot]DominicKramer
authored andcommitted
chore: release 4.2.2 (googleapis#816)
1 parent 8309839 commit d4e3184

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Node.js Agent for Google Cloud Debug ChangeLog
22

3+
### [4.2.2](https://www.github.com/googleapis/cloud-debug-nodejs/compare/v4.2.1...v4.2.2) (2020-01-23)
4+
5+
6+
### Bug Fixes
7+
8+
* breakpoints work on windows ([#815](https://www.github.com/googleapis/cloud-debug-nodejs/issues/815)) ([8309839](https://www.github.com/googleapis/cloud-debug-nodejs/commit/8309839290985b16d9e7b4586cf7e7db10f7676b)), closes [#795](https://www.github.com/googleapis/cloud-debug-nodejs/issues/795)
9+
310
### [4.2.1](https://www.github.com/googleapis/cloud-debug-nodejs/compare/v4.2.0...v4.2.1) (2019-12-15)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/debug-agent",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"author": "Google Inc.",
55
"description": "Stackdriver Debug Agent for Node.js",
66
"main": "./build/src/index",

samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha"
1515
},
1616
"dependencies": {
17-
"@google-cloud/debug-agent": "^4.2.1",
17+
"@google-cloud/debug-agent": "^4.2.2",
1818
"express": "4.17.1"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)