This repository was archived by the owner on Feb 7, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ permissionRules:
2323 - team : jsteam
2424 permission : push
2525 - team : api-logging-partners
26- permission : push
26+ permission : push
Original file line number Diff line number Diff line change 44
55[ 1 ] : https://www.npmjs.com/package/nodejs-logging-bunyan?activeTab=versions
66
7+ ## [ 4.2.2] ( https://github.com/googleapis/nodejs-logging-bunyan/compare/v4.2.1...v4.2.2 ) (2022-12-02)
8+
9+
10+ ### Bug Fixes
11+
12+ * Add a partner team as approvers for PRs ([ #677 ] ( https://github.com/googleapis/nodejs-logging-bunyan/issues/677 ) ) ([ 7b88e97] ( https://github.com/googleapis/nodejs-logging-bunyan/commit/7b88e97aab7b70e0ccdf3c388edde013ac64707f ) )
13+
714## [ 4.2.1] ( https://github.com/googleapis/nodejs-logging-bunyan/compare/v4.2.0...v4.2.1 ) (2022-11-07)
815
916
Original file line number Diff line number Diff line change 2323
2424common_templates = gcp .CommonTemplates ()
2525templates = common_templates .node_library (source_location = 'build/src' )
26- s .move (templates , excludes = [".github/auto-label.yaml" , ".github/release-please.yml" ])
26+ s .move (templates , excludes = [
27+ ".github/auto-label.yaml" ,
28+ ".github/release-please.yml" ,
29+ ".github/CODEOWNERS" ,
30+ ".github/sync-repo-settings.yaml"
31+ ])
2732node .fix_hermetic ()
2833
2934# --------------------------------------------------------------------------
Original file line number Diff line number Diff line change 11{
22 "name" : " @google-cloud/logging-bunyan" ,
33 "description" : " Cloud Logging stream for Bunyan" ,
4- "version" : " 4.2.1 " ,
4+ "version" : " 4.2.2 " ,
55 "license" : " Apache-2.0" ,
66 "author" : " Google Inc." ,
77 "engines" : {
Original file line number Diff line number Diff line change 1515 "test" : " mocha system-test --timeout 600000"
1616 },
1717 "dependencies" : {
18- "@google-cloud/logging-bunyan" : " ^4.2.1 " ,
18+ "@google-cloud/logging-bunyan" : " ^4.2.2 " ,
1919 "bunyan" : " ^1.8.12" ,
2020 "express" : " ^4.16.3" ,
2121 "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';
7474 * Using release-please annotations to update DEFAULT_INSTRUMENTATION_VERSION with latest version.
7575 * See https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-files
7676 */
77- export const NODEJS_BUNYAN_DEFAULT_LIBRARY_VERSION = '4.2.1 ' ; // {x-release-please-version}
77+ export const NODEJS_BUNYAN_DEFAULT_LIBRARY_VERSION = '4.2.2 ' ; // {x-release-please-version}
7878
7979/**
8080 * Gets the current fully qualified trace ID when available from the
You can’t perform that action at this time.
0 commit comments