Skip to content

Commit

Permalink
chore: release 3.0.4
Browse files Browse the repository at this point in the history
* updated CHANGELOG.md [ci skip]

* updated package.json [ci skip]

* updated samples/package.json [ci skip]
  • Loading branch information
release-please[bot] authored and alexander-fenster committed Jan 6, 2020
1 parent d43bf17 commit 145b01f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://www.npmjs.com/package/@google-cloud/logging-winston?activeTab=versions

### [3.0.4](https://github.com/googleapis/nodejs-logging-winston/compare/v3.0.3...v3.0.4) (2020-01-04)


### Bug Fixes

* **deps:** update dependency @google-cloud/logging to v6 ([#421](https://github.com/googleapis/nodejs-logging-winston/issues/421)) ([d43bf17](https://github.com/googleapis/nodejs-logging-winston/commit/d43bf1778b903f311ae49e6c5a6bad542e21c5da))

### [3.0.3](https://github.com/googleapis/nodejs-logging-winston/compare/v3.0.2...v3.0.3) (2020-01-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/logging-winston",
"description": "Stackdriver Logging transport for Winston",
"version": "3.0.3",
"version": "3.0.4",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha system-test/*.js --timeout 600000"
},
"dependencies": {
"@google-cloud/logging-winston": "^3.0.3",
"@google-cloud/logging-winston": "^3.0.4",
"winston": "^3.2.1"
},
"devDependencies": {
Expand Down

0 comments on commit 145b01f

Please sign in to comment.