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

Commit a183b08

Browse files
release-please[bot]Benjamin E. Coe
authored andcommitted
chore: release 4.2.1 (#799)
1 parent 70edb78 commit a183b08

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Node.js Agent for Google Cloud Debug ChangeLog
22

3+
### [4.2.1](https://www.github.com/googleapis/cloud-debug-nodejs/compare/v4.2.0...v4.2.1) (2019-12-15)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** pin TypeScript below 3.7.0 ([35589fb](https://www.github.com/googleapis/cloud-debug-nodejs/commit/35589fb467a115fb25c5a2ecf44cfb06cf5b8df4))
9+
* **deps:** update dependency semver to v7 ([#800](https://www.github.com/googleapis/cloud-debug-nodejs/issues/800)) ([70edb78](https://www.github.com/googleapis/cloud-debug-nodejs/commit/70edb7886569067ed3e44a037f2f26277ec6d8b6))
10+
311
## [4.2.0](https://www.github.com/googleapis/cloud-debug-nodejs/compare/v4.1.0...v4.2.0) (2019-11-21)
412

513

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

0 commit comments

Comments
 (0)