Skip to content

Commit

Permalink
chore: release 2.0.3 (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Aug 26, 2021
1 parent 34213ea commit 7cc66c5
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.3](https://www.github.com/googleapis/nodejs-error-reporting/compare/v2.0.2...v2.0.3) (2021-08-26)


### Bug Fixes

* **build:** migrate to using main branch ([#593](https://www.github.com/googleapis/nodejs-error-reporting/issues/593)) ([5e37253](https://www.github.com/googleapis/nodejs-error-reporting/commit/5e37253b82f148719afd534aa48d7643810d33b5))

### [2.0.2](https://www.github.com/googleapis/nodejs-error-reporting/compare/v2.0.1...v2.0.2) (2021-05-12)


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.2",
"version": "2.0.3",
"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.2",
"@google-cloud/error-reporting": "^2.0.3",
"express": "^4.16.3"
},
"devDependencies": {
Expand Down

0 comments on commit 7cc66c5

Please sign in to comment.