Skip to content

Commit

Permalink
chore: release 3.0.6 (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Mar 2, 2020
1 parent 2b29d62 commit b35d7d8
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.6](https://github.com/googleapis/nodejs-logging-winston/compare/v3.0.5...v3.0.6) (2020-03-02)


### Bug Fixes

* correct a typo in a code comment ([#463](https://github.com/googleapis/nodejs-logging-winston/issues/463)) ([2b29d62](https://github.com/googleapis/nodejs-logging-winston/commit/2b29d62f98a6c29334ffa03ebadb7909fb027ca0))

### [3.0.5](https://github.com/googleapis/nodejs-logging-winston/compare/v3.0.4...v3.0.5) (2020-01-13)


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.5",
"version": "3.0.6",
"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.5",
"@google-cloud/logging-winston": "^3.0.6",
"winston": "^3.2.1"
},
"devDependencies": {
Expand Down

0 comments on commit b35d7d8

Please sign in to comment.