Skip to content

Commit b2985a8

Browse files
chore(main): release 7.0.0
1 parent d637f33 commit b2985a8

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

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+
## [7.0.0](https://github.com/googleapis/nodejs-logging-winston/compare/v6.0.1...v7.0.0) (2025-11-22)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* migrate to node 18 ([#909](https://github.com/googleapis/nodejs-logging-winston/issues/909))
13+
14+
### Miscellaneous Chores
15+
16+
* Migrate to node 18 ([#909](https://github.com/googleapis/nodejs-logging-winston/issues/909)) ([f44a9cf](https://github.com/googleapis/nodejs-logging-winston/commit/f44a9cf0004721869e81f5a4190a07bc5c2cc040))
17+
718
## [6.0.1](https://github.com/googleapis/nodejs-logging-winston/compare/v6.0.0...v6.0.1) (2024-10-23)
819

920

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

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

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