Skip to content

Commit dee7170

Browse files
chore(main): release 4.2.4 (#711)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 3b1b083 commit dee7170

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

handwritten/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+
### [4.2.4](https://github.com/googleapis/nodejs-logging-winston/compare/v4.2.3...v4.2.4) (2022-05-23)
8+
9+
10+
### Bug Fixes
11+
12+
* LoggingWinston log test 'should work correctly with winston formats' failed ([#710](https://github.com/googleapis/nodejs-logging-winston/issues/710)) ([9549b41](https://github.com/googleapis/nodejs-logging-winston/commit/9549b41614f3a0795f623c03755213c90520fb0f))
13+
714
### [4.2.3](https://github.com/googleapis/nodejs-logging-winston/compare/v4.2.2...v4.2.3) (2022-04-21)
815

916

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": "Stackdriver Logging transport for Winston",
4-
"version": "4.2.3",
4+
"version": "4.2.4",
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": "^4.2.3",
17+
"@google-cloud/logging-winston": "^4.2.4",
1818
"winston": "^3.2.1"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)