Skip to content

Commit 238f3ad

Browse files
Release v0.10.2 (#188)
1 parent 43939fd commit 238f3ad

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

handwritten/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+
## v0.10.2
8+
9+
### Fixes
10+
- fix: Doesnt set service context winston3 ([#180](https://github.com/googleapis/nodejs-logging-winston/pull/180))
11+
- fix: Don't publish sourcemaps ([#178](https://github.com/googleapis/nodejs-logging-winston/pull/178))
12+
13+
### Internal / Testing Changes
14+
- test: increasing error_reporting poll timeout for system tests ([#187](https://github.com/googleapis/nodejs-logging-winston/pull/187))
15+
- Update kokoro config ([#185](https://github.com/googleapis/nodejs-logging-winston/pull/185))
16+
- chore(deps): update dependency eslint-plugin-prettier to v3 ([#183](https://github.com/googleapis/nodejs-logging-winston/pull/183))
17+
718
## v0.10.1
819

920
### Documentation

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

handwritten/logging-winston/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "npm run system-test"
1414
},
1515
"dependencies": {
16-
"@google-cloud/logging-winston": "^0.10.1",
16+
"@google-cloud/logging-winston": "^0.10.2",
1717
"winston": "^3.1.0",
1818
"yargs": "^12.0.0"
1919
},

0 commit comments

Comments
 (0)