File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### [ 5.1.5] ( https://www.github.com/googleapis/cloud-trace-nodejs/compare/v5.1.4...v5.1.5 ) (2021-08-19)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** deps:** update dependency @opencensus/propagation-stackdriver to v0.1.0 ([ #1368 ] ( https://www.github.com/googleapis/cloud-trace-nodejs/issues/1368 ) ) ([ 29a0fba] ( https://www.github.com/googleapis/cloud-trace-nodejs/commit/29a0fbad13e4bd34f1ec6e6d14f9108a80b8ace2 ) )
9
+
3
10
### [ 5.1.4] ( https://www.github.com/googleapis/cloud-trace-nodejs/compare/v5.1.3...v5.1.4 ) (2021-08-19)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @google-cloud/trace-agent" ,
3
- "version" : " 5.1.4 " ,
3
+ "version" : " 5.1.5 " ,
4
4
"description" : " Node.js Support for StackDriver Trace" ,
5
5
"main" : " build/src/index.js" ,
6
6
"types" : " build/src/index.d.ts" ,
Original file line number Diff line number Diff line change 21
21
"test" : " mocha"
22
22
},
23
23
"dependencies" : {
24
- "@google-cloud/trace-agent" : " ^5.1.4 " ,
24
+ "@google-cloud/trace-agent" : " ^5.1.5 " ,
25
25
"express" : " ^4.16.4" ,
26
26
"got" : " ^11.0.0"
27
27
},
You can’t perform that action at this time.
0 commit comments