Skip to content

Commit 7314f40

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
chore: release 1.0.0 (#360)
* updated CHANGELOG.md * updated package.json * updated samples/package.json
1 parent 4e2f8d2 commit 7314f40

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

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

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

7+
## [1.0.0](https://www.github.com/googleapis/nodejs-error-reporting/compare/v0.6.3...v1.0.0) (2019-05-17)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** update dependency @google-cloud/common to v1 ([#357](https://www.github.com/googleapis/nodejs-error-reporting/issues/357)) ([1e928e8](https://www.github.com/googleapis/nodejs-error-reporting/commit/1e928e8))
13+
14+
15+
### Build System
16+
17+
* upgrade engines field to >=8.10.0 ([#349](https://www.github.com/googleapis/nodejs-error-reporting/issues/349)) ([1ab75f2](https://www.github.com/googleapis/nodejs-error-reporting/commit/1ab75f2))
18+
19+
20+
### BREAKING CHANGES
21+
22+
* upgrade engines field to >=8.10.0 (#349)
23+
724
## v0.6.3
825

926
04-11-2019 11:37 PDT
@@ -186,4 +203,3 @@
186203
- chore: use post-install-check ([#166](https://github.com/googleapis/nodejs-error-reporting/pull/166))
187204
- test: fix system tests ([#162](https://github.com/googleapis/nodejs-error-reporting/pull/162))
188205
- fix: drop support for nodejs 9.x ([#161](https://github.com/googleapis/nodejs-error-reporting/pull/161))
189-

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.3",
4+
"version": "1.0.0",
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
@@ -14,7 +14,7 @@
1414
"test": "mocha --timeout=600000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/error-reporting": "^0.6.3",
17+
"@google-cloud/error-reporting": "^1.0.0",
1818
"express": "^4.16.3"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)