Skip to content

Commit f88d6f9

Browse files
release-please[bot]gcf-owl-bot[bot]losalex
authored
chore(main): release 5.2.3 (#770)
* chore(main): release 5.2.3 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Update owlbot.py * Update CODEOWNERS * Update sync-repo-settings.yaml Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: losalex <90795544+losalex@users.noreply.github.com>
1 parent 0d0bf08 commit f88d6f9

5 files changed

Lines changed: 16 additions & 4 deletions

File tree

packages/nodejs-logging-winston/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://www.npmjs.com/package/@google-cloud/logging-winston?activeTab=versions
66

7+
## [5.2.3](https://github.com/googleapis/nodejs-logging-winston/compare/v5.2.2...v5.2.3) (2022-12-02)
8+
9+
10+
### Bug Fixes
11+
12+
* Add a partner team as approvers for PRs ([#769](https://github.com/googleapis/nodejs-logging-winston/issues/769)) ([fbb96e0](https://github.com/googleapis/nodejs-logging-winston/commit/fbb96e0e6b54cd03774ed46e75cce6f52fb3c7a2))
13+
714
## [5.2.2](https://github.com/googleapis/nodejs-logging-winston/compare/v5.2.1...v5.2.2) (2022-11-08)
815

916

packages/nodejs-logging-winston/owlbot.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@
2222

2323
common_templates = gcp.CommonTemplates()
2424
templates = common_templates.node_library()
25-
s.copy(templates, excludes=[".github/auto-label.yaml", ".github/release-please.yml"])
25+
s.copy(templates, excludes=[
26+
".github/auto-label.yaml",
27+
".github/release-please.yml",
28+
".github/CODEOWNERS",
29+
".github/sync-repo-settings.yaml"
30+
])
2631
node.fix_hermetic()
2732

2833

packages/nodejs-logging-winston/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/logging-winston",
33
"description": "Cloud Logging transport for Winston",
4-
"version": "5.2.2",
4+
"version": "5.2.3",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

packages/nodejs-logging-winston/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha --timeout 600000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/logging-winston": "^5.2.2",
17+
"@google-cloud/logging-winston": "^5.2.3",
1818
"winston": "^3.2.1"
1919
},
2020
"devDependencies": {

packages/nodejs-logging-winston/src/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export const LOGGING_SAMPLED_KEY = 'logging.googleapis.com/trace_sampled';
9595
* Using release-please annotations to update DEFAULT_INSTRUMENTATION_VERSION with latest version.
9696
* See https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-files
9797
*/
98-
export const NODEJS_WINSTON_DEFAULT_LIBRARY_VERSION = '5.2.2'; // {x-release-please-version}
98+
export const NODEJS_WINSTON_DEFAULT_LIBRARY_VERSION = '5.2.3'; // {x-release-please-version}
9999

100100
/*!
101101
* Gets the current fully qualified trace ID when available from the

0 commit comments

Comments
 (0)