Skip to content

Commit 852826d

Browse files
release-please[bot]Benjamin E. Coe
authored andcommitted
chore: release 3.0.3 (#430)
1 parent 3e8a8e4 commit 852826d

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+
### [3.0.3](https://www.github.com/googleapis/nodejs-logging-winston/compare/v3.0.2...v3.0.3) (2020-01-02)
8+
9+
10+
### Bug Fixes
11+
12+
* **docs:** bump release level to GA ([#416](https://www.github.com/googleapis/nodejs-logging-winston/issues/416)) ([4832f31](https://www.github.com/googleapis/nodejs-logging-winston/commit/4832f310c149119c2f4ece980015fd2f11d5cb08))
13+
714
### [3.0.2](https://www.github.com/googleapis/nodejs-logging-winston/compare/v3.0.1...v3.0.2) (2019-12-12)
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": "3.0.2",
4+
"version": "3.0.3",
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 system-test/*.js --timeout 600000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/logging-winston": "^3.0.2",
17+
"@google-cloud/logging-winston": "^3.0.3",
1818
"winston": "^3.2.1"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)