diff --git a/CHANGELOG.md b/CHANGELOG.md index 430401a9..5e2b3eb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,38 @@ [1]: https://www.npmjs.com/package/@google-cloud/logging-winston?activeTab=versions +## [1.0.0](https://www.github.com/googleapis/nodejs-logging-winston/compare/v0.11.1...v1.0.0) (2019-06-11) + + +### ⚠ BREAKING CHANGES + +* upgrade engines field to >=8.10.0 (#308) +* Node 6 is no longer tested. +* only support winston3 (#297) + +### Bug Fixes + +* expose express middleware, add system-test ([#278](https://www.github.com/googleapis/nodejs-logging-winston/issues/278)) ([dc17ad7](https://www.github.com/googleapis/nodejs-logging-winston/commit/dc17ad7)) +* use immutable winston level ([#319](https://www.github.com/googleapis/nodejs-logging-winston/issues/319)) ([450295f](https://www.github.com/googleapis/nodejs-logging-winston/commit/450295f)) +* **deps:** bump minimum required dependencies ([#336](https://www.github.com/googleapis/nodejs-logging-winston/issues/336)) ([fc87d65](https://www.github.com/googleapis/nodejs-logging-winston/commit/fc87d65)) +* **deps:** update dependency @google-cloud/logging to v5 ([#324](https://www.github.com/googleapis/nodejs-logging-winston/issues/324)) ([059c2a1](https://www.github.com/googleapis/nodejs-logging-winston/commit/059c2a1)) +* **deps:** update dependency google-auth-library to v4 ([#317](https://www.github.com/googleapis/nodejs-logging-winston/issues/317)) ([6182968](https://www.github.com/googleapis/nodejs-logging-winston/commit/6182968)) + + +### Build System + +* upgrade engines field to >=8.10.0 ([#308](https://www.github.com/googleapis/nodejs-logging-winston/issues/308)) ([c777689](https://www.github.com/googleapis/nodejs-logging-winston/commit/c777689)) + + +### Code Refactoring + +* only support winston3 ([#297](https://www.github.com/googleapis/nodejs-logging-winston/issues/297)) ([9d3911b](https://www.github.com/googleapis/nodejs-logging-winston/commit/9d3911b)) + + +### Miscellaneous Chores + +* drop node 6 support ([#307](https://www.github.com/googleapis/nodejs-logging-winston/issues/307)) ([08631b7](https://www.github.com/googleapis/nodejs-logging-winston/commit/08631b7)) + ## v0.11.1 04-09-2019 17:34 PDT @@ -200,4 +232,3 @@ - chore: lock files maintenance ([#79](https://github.com/googleapis/nodejs-logging-winston/pull/79)) - chore: test on node10 ([#77](https://github.com/googleapis/nodejs-logging-winston/pull/77)) - chore: lock files maintenance ([#75](https://github.com/googleapis/nodejs-logging-winston/pull/75)) - diff --git a/package.json b/package.json index e9802a51..9a1bdb20 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@google-cloud/logging-winston", "description": "Stackdriver Logging transport for Winston", - "version": "0.11.1", + "version": "1.0.0", "license": "Apache-2.0", "author": "Google Inc.", "engines": { diff --git a/samples/package.json b/samples/package.json index fe130aae..44a2d2a2 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": "^0.11.1", + "@google-cloud/logging-winston": "^1.0.0", "winston": "^3.2.1" }, "devDependencies": {