diff --git a/CHANGELOG.md b/CHANGELOG.md index cda8b202..12381676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index ed893af3..5a3c1772 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/samples/package.json b/samples/package.json index e21d43d0..274eee94 100644 --- a/samples/package.json +++ b/samples/package.json @@ -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" },