File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ 1 ] : https://www.npmjs.com/package/nodejs-logging-bunyan?activeTab=versions
6
6
7
+ ## [ 5.0.0] ( https://github.com/googleapis/nodejs-logging-bunyan/compare/v4.2.2...v5.0.0 ) (2023-08-10)
8
+
9
+
10
+ ### ⚠ BREAKING CHANGES
11
+
12
+ * upgrade to Node 14 ([ #705 ] ( https://github.com/googleapis/nodejs-logging-bunyan/issues/705 ) )
13
+
14
+ ### Miscellaneous Chores
15
+
16
+ * Upgrade to Node 14 ([ #705 ] ( https://github.com/googleapis/nodejs-logging-bunyan/issues/705 ) ) ([ e2299d6] ( https://github.com/googleapis/nodejs-logging-bunyan/commit/e2299d66ec80a8d5b5c9f15c36b071771e28f9b9 ) )
17
+
7
18
## [ 4.2.2] ( https://github.com/googleapis/nodejs-logging-bunyan/compare/v4.2.1...v4.2.2 ) (2022-12-02)
8
19
9
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @google-cloud/logging-bunyan" ,
3
3
"description" : " Cloud Logging stream for Bunyan" ,
4
- "version" : " 4.2.2 " ,
4
+ "version" : " 5.0.0 " ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : " Google Inc." ,
7
7
"engines" : {
Original file line number Diff line number Diff line change 15
15
"test" : " mocha system-test --timeout 600000"
16
16
},
17
17
"dependencies" : {
18
- "@google-cloud/logging-bunyan" : " ^4.2.2 " ,
18
+ "@google-cloud/logging-bunyan" : " ^5.0.0 " ,
19
19
"bunyan" : " ^1.8.12" ,
20
20
"express" : " ^4.16.3" ,
21
21
"yargs" : " ^16.0.0"
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export const LOGGING_SAMPLED_KEY = 'logging.googleapis.com/trace_sampled';
74
74
* Using release-please annotations to update DEFAULT_INSTRUMENTATION_VERSION with latest version.
75
75
* See https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-files
76
76
*/
77
- export const NODEJS_BUNYAN_DEFAULT_LIBRARY_VERSION = '4.2.2 ' ; // {x-release-please-version}
77
+ export const NODEJS_BUNYAN_DEFAULT_LIBRARY_VERSION = '5.0.0 ' ; // {x-release-please-version}
78
78
79
79
/**
80
80
* Gets the current fully qualified trace ID when available from the
You can’t perform that action at this time.
0 commit comments