diff --git a/CHANGELOG.md b/CHANGELOG.md index da40a141..b8e1239d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://www.npmjs.com/package/@google-cloud/logging-winston?activeTab=versions +### [2.0.1](https://www.github.com/googleapis/nodejs-logging-winston/compare/v2.0.0...v2.0.1) (2019-08-28) + + +### Bug Fixes + +* **docs:** stop linking reference documents to anchor ([4bc78ab](https://www.github.com/googleapis/nodejs-logging-winston/commit/4bc78ab)) + ## [2.0.0](https://www.github.com/googleapis/nodejs-logging-winston/compare/v1.1.1...v2.0.0) (2019-08-21) diff --git a/package.json b/package.json index 3af54076..093d5724 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@google-cloud/logging-winston", "description": "Stackdriver Logging transport for Winston", - "version": "2.0.0", + "version": "2.0.1", "license": "Apache-2.0", "author": "Google Inc.", "engines": { diff --git a/samples/package.json b/samples/package.json index 8b902dc5..c5447023 100644 --- a/samples/package.json +++ b/samples/package.json @@ -14,7 +14,7 @@ "test": "mocha system-test/*.js --timeout 600000" }, "dependencies": { - "@google-cloud/logging-winston": "^2.0.0", + "@google-cloud/logging-winston": "^2.0.1", "winston": "^3.2.1" }, "devDependencies": {