From 5ed79a53e4da80038fe8393870b3da6a207bac10 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 18:03:52 +0000 Subject: [PATCH] chore(main): release 7.0.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- samples/package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 286e9674..415e25df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ [1]: https://www.npmjs.com/package/@google-cloud/logging-winston?activeTab=versions +## [7.0.0](https://github.com/googleapis/nodejs-logging-winston/compare/v6.0.1...v7.0.0) (2026-02-05) + + +### ⚠ BREAKING CHANGES + +* migrate to node 18 ([#909](https://github.com/googleapis/nodejs-logging-winston/issues/909)) + +### Miscellaneous Chores + +* Migrate to node 18 ([#909](https://github.com/googleapis/nodejs-logging-winston/issues/909)) ([f44a9cf](https://github.com/googleapis/nodejs-logging-winston/commit/f44a9cf0004721869e81f5a4190a07bc5c2cc040)) + ## [6.0.1](https://github.com/googleapis/nodejs-logging-winston/compare/v6.0.0...v6.0.1) (2024-10-23) diff --git a/package.json b/package.json index 5cde85e0..1ef71649 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@google-cloud/logging-winston", "description": "Cloud Logging transport for Winston", - "version": "6.0.1", + "version": "7.0.0", "license": "Apache-2.0", "author": "Google Inc.", "engines": { diff --git a/samples/package.json b/samples/package.json index bcb56949..9a73b511 100644 --- a/samples/package.json +++ b/samples/package.json @@ -14,7 +14,7 @@ "test": "mocha --timeout 600000" }, "dependencies": { - "@google-cloud/logging-winston": "^6.0.1", + "@google-cloud/logging-winston": "^7.0.0", "winston": "^3.2.1" }, "devDependencies": {