Skip to content

Commit 85f7d76

Browse files
Release v0.6.1 (#325)
1 parent 1c94a16 commit 85f7d76

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

CHANGELOG.md

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

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

7+
## v0.6.1
8+
9+
03-13-2019 16:21 PDT
10+
11+
### Bug Fixes
12+
- fix: properly handle hapi v16+ req.url ([#311](https://github.com/googleapis/nodejs-error-reporting/pull/311))
13+
14+
### Dependencies
15+
- fix(deps): update dependency @google-cloud/common to ^0.31.0 ([#304](https://github.com/googleapis/nodejs-error-reporting/pull/304))
16+
17+
### Documentation
18+
- docs: document how to get async stack traces ([#314](https://github.com/googleapis/nodejs-error-reporting/pull/314))
19+
- docs: update links in contrib guide ([#316](https://github.com/googleapis/nodejs-error-reporting/pull/316))
20+
- docs: add custom documentation to the README ([#313](https://github.com/googleapis/nodejs-error-reporting/pull/313))
21+
- docs: update contributing path in README ([#307](https://github.com/googleapis/nodejs-error-reporting/pull/307))
22+
- docs: move CONTRIBUTING.md to root ([#306](https://github.com/googleapis/nodejs-error-reporting/pull/306))
23+
- docs: add lint/fix example to contributing guide ([#303](https://github.com/googleapis/nodejs-error-reporting/pull/303))
24+
25+
### Internal / Testing Changes
26+
- build: Add docuploader credentials to node publish jobs ([#322](https://github.com/googleapis/nodejs-error-reporting/pull/322))
27+
- build: use node10 to run samples-test, system-test etc ([#321](https://github.com/googleapis/nodejs-error-reporting/pull/321))
28+
- build: update release configuration
29+
- chore(deps): update dependency restify to v8 ([#318](https://github.com/googleapis/nodejs-error-reporting/pull/318))
30+
- chore(deps): update dependency mocha to v6
31+
- build: use linkinator for docs test ([#315](https://github.com/googleapis/nodejs-error-reporting/pull/315))
32+
- fix(deps): update dependency yargs to v13 ([#312](https://github.com/googleapis/nodejs-error-reporting/pull/312))
33+
- refactor: cleanup types for reportManualError ([#310](https://github.com/googleapis/nodejs-error-reporting/pull/310))
34+
- build: create docs test npm scripts ([#309](https://github.com/googleapis/nodejs-error-reporting/pull/309))
35+
- build: test using @grpc/grpc-js in CI ([#308](https://github.com/googleapis/nodejs-error-reporting/pull/308))
36+
- build: check for 404s when generating docs ([#301](https://github.com/googleapis/nodejs-error-reporting/pull/301))
37+
- chore(deps): update dependency eslint-config-prettier to v4 ([#300](https://github.com/googleapis/nodejs-error-reporting/pull/300))
38+
- chore(deps): update dependency @types/hapi to v18 ([#297](https://github.com/googleapis/nodejs-error-reporting/pull/297))
39+
740
## v0.6.0
841

942
01-22-2019 09:59 PST

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.0",
4+
"version": "0.6.1",
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.0",
18+
"@google-cloud/error-reporting": "^0.6.1",
1919
"express": "^4.16.3",
2020
"yargs": "^13.0.0"
2121
},

0 commit comments

Comments
 (0)