This repository was archived by the owner on Apr 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# Node.js Agent for Google Cloud Debug ChangeLog
22
3+ ### [ 5.1.3] ( https://www.github.com/googleapis/cloud-debug-nodejs/compare/v5.1.2...v5.1.3 ) (2020-11-03)
4+
5+
6+ ### Bug Fixes
7+
8+ * add required parameter to fix build breakage ([ #928 ] ( https://www.github.com/googleapis/cloud-debug-nodejs/issues/928 ) ) ([ 1e77a61] ( https://www.github.com/googleapis/cloud-debug-nodejs/commit/1e77a61516a7630937e288b3a2837fac8e44c5f7 ) )
9+ * ** deps:** update dependency acorn to v8 ([ #916 ] ( https://www.github.com/googleapis/cloud-debug-nodejs/issues/916 ) ) ([ 2f2c421] ( https://www.github.com/googleapis/cloud-debug-nodejs/commit/2f2c4216219be8b8fc22c401a2474eae0e619c0e ) )
10+
311### [ 5.1.2] ( https://www.github.com/googleapis/cloud-debug-nodejs/compare/v5.1.1...v5.1.2 ) (2020-07-09)
412
513
Original file line number Diff line number Diff line change 11{
22 "name" : " @google-cloud/debug-agent" ,
3- "version" : " 5.1.2 " ,
3+ "version" : " 5.1.3 " ,
44 "author" : " Google Inc." ,
55 "description" : " Stackdriver Debug Agent for Node.js" ,
66 "main" : " ./build/src/index" ,
Original file line number Diff line number Diff line change 1717 "test" : " mocha"
1818 },
1919 "dependencies" : {
20- "@google-cloud/debug-agent" : " ^5.1.2 " ,
20+ "@google-cloud/debug-agent" : " ^5.1.3 " ,
2121 "express" : " 4.17.1"
2222 },
2323 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments