Skip to content

Commit 0d09acf

Browse files
chore(main): release 4.2.1 (#683)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent fc66d18 commit 0d09acf

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

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.1](https://github.com/googleapis/nodejs-logging-winston/compare/v4.2.0...v4.2.1) (2022-03-21)
8+
9+
10+
### Bug Fixes
11+
12+
* Add missing closure for code snippet in README ([#682](https://github.com/googleapis/nodejs-logging-winston/issues/682)) ([71158c8](https://github.com/googleapis/nodejs-logging-winston/commit/71158c8f2ef6a3fa2172db0728c8e07eb514abc5))
13+
714
## [4.2.0](https://github.com/googleapis/nodejs-logging-winston/compare/v4.1.3...v4.2.0) (2022-03-18)
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.0",
4+
"version": "4.2.1",
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.0",
17+
"@google-cloud/logging-winston": "^4.2.1",
1818
"winston": "^3.2.1"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)