Skip to content

Commit a8e9183

Browse files
release-please[bot]JustinBeckwith
authored andcommitted
chore: release 4.2.0 (googleapis#791)
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
1 parent 8b50f38 commit a8e9183

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

3+
## [4.2.0](https://www.github.com/googleapis/cloud-debug-nodejs/compare/v4.1.0...v4.2.0) (2019-11-21)
4+
5+
6+
### Features
7+
8+
* improve experience when multiple files match a breakpoint location ([#784](https://www.github.com/googleapis/cloud-debug-nodejs/issues/784)) ([8b50f38](https://www.github.com/googleapis/cloud-debug-nodejs/commit/8b50f387f1376a438cf315adb8a40a01a7ddfced))
9+
10+
11+
### Bug Fixes
12+
13+
* **docs:** add jsdoc-region-tag plugin ([#783](https://www.github.com/googleapis/cloud-debug-nodejs/issues/783)) ([94e7255](https://www.github.com/googleapis/cloud-debug-nodejs/commit/94e72554efe8d62db81f2cbce51551212f07fc79))
14+
315
## [4.1.0](https://www.github.com/googleapis/cloud-debug-nodejs/compare/v4.0.4...v4.1.0) (2019-11-08)
416

517

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.1.0",
3+
"version": "4.2.0",
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.1.0",
17+
"@google-cloud/debug-agent": "^4.2.0",
1818
"express": "4.17.1"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)