Skip to content

Commit b87e890

Browse files
chore(main): release 2.0.5 (#636)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent c770bd1 commit b87e890

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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.5](https://github.com/googleapis/nodejs-error-reporting/compare/v2.0.4...v2.0.5) (2022-04-21)
8+
9+
10+
### Bug Fixes
11+
12+
* Reenable staleness bot ([#632](https://github.com/googleapis/nodejs-error-reporting/issues/632)) ([b56836e](https://github.com/googleapis/nodejs-error-reporting/commit/b56836e8b16b79ae7969096e2166efce3125fc89))
13+
714
### [2.0.4](https://www.github.com/googleapis/nodejs-error-reporting/compare/v2.0.3...v2.0.4) (2021-10-04)
815

916

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": "Error Reporting Client Library for Node.js",
4-
"version": "2.0.4",
4+
"version": "2.0.5",
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 --timeout=600000"
1616
},
1717
"dependencies": {
18-
"@google-cloud/error-reporting": "^2.0.4",
18+
"@google-cloud/error-reporting": "^2.0.5",
1919
"express": "^4.16.3"
2020
},
2121
"devDependencies": {

0 commit comments

Comments
 (0)