Skip to content

Commit

Permalink
Release v0.10.1 (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox authored Sep 27, 2018
1 parent 9aea7ed commit 4609b65
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

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

## v0.10.1

### Documentation
- Add missing @class docstring ([#176](https://github.com/googleapis/nodejs-logging-winston/pull/176))

## v0.10.0

**This release has breaking changes**. Support for node.js 4.x and 9.x has ended.
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": "0.10.0",
"version": "0.10.1",
"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 @@ -13,7 +13,7 @@
"test": "npm run system-test"
},
"dependencies": {
"@google-cloud/logging-winston": "^0.10.0",
"@google-cloud/logging-winston": "^0.10.1",
"winston": "^3.1.0",
"yargs": "^12.0.0"
},
Expand Down

0 comments on commit 4609b65

Please sign in to comment.