Skip to content

Commit

Permalink
chore: release 2.0.4 (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 4, 2021
1 parent eeb0218 commit 88ffebb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

### [2.0.4](https://www.github.com/googleapis/nodejs-error-reporting/compare/v2.0.3...v2.0.4) (2021-10-04)


### Bug Fixes

* 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)

### [2.0.3](https://www.github.com/googleapis/nodejs-error-reporting/compare/v2.0.2...v2.0.3) (2021-08-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/error-reporting",
"description": "Stackdriver Error Reporting Client Library for Node.js",
"version": "2.0.3",
"version": "2.0.4",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "mocha --timeout=600000"
},
"dependencies": {
"@google-cloud/error-reporting": "^2.0.3",
"@google-cloud/error-reporting": "^2.0.4",
"express": "^4.16.3"
},
"devDependencies": {
Expand Down

0 comments on commit 88ffebb

Please sign in to comment.