Skip to content

Commit e2529ef

Browse files
yoshi-automationDominicKramer
authored andcommitted
chore: release 1.0.0 (#326)
1 parent a892402 commit e2529ef

3 files changed

Lines changed: 34 additions & 3 deletions

File tree

handwritten/logging-winston/CHANGELOG.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,38 @@
44

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

7+
## [1.0.0](https://www.github.com/googleapis/nodejs-logging-winston/compare/v0.11.1...v1.0.0) (2019-06-11)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* upgrade engines field to >=8.10.0 (#308)
13+
* Node 6 is no longer tested.
14+
* only support winston3 (#297)
15+
16+
### Bug Fixes
17+
18+
* 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))
19+
* 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))
20+
* **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))
21+
* **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))
22+
* **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))
23+
24+
25+
### Build System
26+
27+
* 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))
28+
29+
30+
### Code Refactoring
31+
32+
* 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))
33+
34+
35+
### Miscellaneous Chores
36+
37+
* 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))
38+
739
## v0.11.1
840

941
04-09-2019 17:34 PDT
@@ -200,4 +232,3 @@
200232
- chore: lock files maintenance ([#79](https://github.com/googleapis/nodejs-logging-winston/pull/79))
201233
- chore: test on node10 ([#77](https://github.com/googleapis/nodejs-logging-winston/pull/77))
202234
- chore: lock files maintenance ([#75](https://github.com/googleapis/nodejs-logging-winston/pull/75))
203-

handwritten/logging-winston/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/logging-winston",
33
"description": "Stackdriver Logging transport for Winston",
4-
"version": "0.11.1",
4+
"version": "1.0.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

handwritten/logging-winston/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha system-test/*.js --timeout 600000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/logging-winston": "^0.11.1",
17+
"@google-cloud/logging-winston": "^1.0.0",
1818
"winston": "^3.2.1"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)