Skip to content

Commit 941f222

Browse files
1 parent 2355bc7 commit 941f222

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

packages/handwritten/CHANGELOG.md

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

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

7+
### [2.0.4](https://www.github.com/googleapis/nodejs-error-reporting/compare/v2.0.3...v2.0.4) (2021-10-04)
8+
9+
10+
### Bug Fixes
11+
12+
* export ErrorMessage as part of the package ([#604](https://www.github.com/googleapis/nodejs-error-reporting/issues/604)) ([eeb0218](https://www.github.com/googleapis/nodejs-error-reporting/commit/eeb02180691260960438b1fbb42425843aa2d677)), closes [#584](https://www.github.com/googleapis/nodejs-error-reporting/issues/584)
13+
714
### [2.0.3](https://www.github.com/googleapis/nodejs-error-reporting/compare/v2.0.2...v2.0.3) (2021-08-26)
815

916

packages/handwritten/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": "2.0.3",
4+
"version": "2.0.4",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

packages/handwritten/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "mocha --timeout=600000"
1616
},
1717
"dependencies": {
18-
"@google-cloud/error-reporting": "^2.0.3",
18+
"@google-cloud/error-reporting": "^2.0.4",
1919
"express": "^4.16.3"
2020
},
2121
"devDependencies": {

0 commit comments

Comments
 (0)