Skip to content

Commit db8136d

Browse files
author
Benjamin E. Coe
authored
Release v0.6.2 (#338)
1 parent 5838e49 commit db8136d

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@
44

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

7+
## v0.6.2
8+
9+
04-09-2019 11:14 PDT
10+
11+
### Bug Fixes
12+
13+
- fix: in Koa2 interface await `next` as a function ([#336](https://github.com/googleapis/nodejs-error-reporting/pull/336))
14+
15+
### CI/CD
16+
17+
- build: use per-repo publish token ([#327](https://github.com/googleapis/nodejs-error-reporting/pull/327))
18+
- chore: publish to npm using wombat ([#328](https://github.com/googleapis/nodejs-error-reporting/pull/328))
19+
20+
### Dependencies
21+
22+
- fix(deps): update dependency @google-cloud/common to ^0.32.0 ([#334](https://github.com/googleapis/nodejs-error-reporting/pull/334))
23+
- chore(deps): update dependency typescript to ~3.4.0
24+
25+
### Internal / Testing Changes
26+
27+
- chore: test Restify 18 in the install tests ([#324](https://github.com/googleapis/nodejs-error-reporting/pull/324))
28+
729
## v0.6.1
830

931
03-13-2019 16:21 PDT

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/error-reporting",
33
"description": "Stackdriver Error Reporting Client Library for Node.js",
4-
"version": "0.6.1",
4+
"version": "0.6.2",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "mocha system-test/*.test.js --timeout=600000"
1616
},
1717
"dependencies": {
18-
"@google-cloud/error-reporting": "^0.6.1",
18+
"@google-cloud/error-reporting": "^0.6.2",
1919
"express": "^4.16.3",
2020
"yargs": "^13.0.0"
2121
},

0 commit comments

Comments
 (0)