Skip to content

Commit 22d6939

Browse files
chore(main): release 6.0.0 (#809)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent f1d93b5 commit 22d6939

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

handwritten/nodejs-logging-winston/CHANGELOG.md

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

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

7+
## [6.0.0](https://github.com/googleapis/nodejs-logging-winston/compare/v5.3.0...v6.0.0) (2023-08-10)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* upgrade to node 14 ([#807](https://github.com/googleapis/nodejs-logging-winston/issues/807))
13+
14+
### Miscellaneous Chores
15+
16+
* Upgrade to node 14 ([#807](https://github.com/googleapis/nodejs-logging-winston/issues/807)) ([2f4ea63](https://github.com/googleapis/nodejs-logging-winston/commit/2f4ea631a84d3d9da7a16f1f5922ceb95a4a62e4))
17+
718
## [5.3.0](https://github.com/googleapis/nodejs-logging-winston/compare/v5.2.3...v5.3.0) (2023-01-04)
819

920

handwritten/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.3.0",
4+
"version": "6.0.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

handwritten/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.3.0",
17+
"@google-cloud/logging-winston": "^6.0.0",
1818
"winston": "^3.2.1"
1919
},
2020
"devDependencies": {

handwritten/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.3.0'; // {x-release-please-version}
98+
export const NODEJS_WINSTON_DEFAULT_LIBRARY_VERSION = '6.0.0'; // {x-release-please-version}
9999

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

0 commit comments

Comments
 (0)