Skip to content

Commit 714f858

Browse files
1 parent 9c9c42c commit 714f858

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-monitoring-dashboard/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [2.3.3](https://www.github.com/googleapis/nodejs-monitoring-dashboards/compare/v2.3.2...v2.3.3) (2021-06-22)
4+
5+
6+
### Bug Fixes
7+
8+
* make request optional in all cases ([#185](https://www.github.com/googleapis/nodejs-monitoring-dashboards/issues/185)) ([898bf5c](https://www.github.com/googleapis/nodejs-monitoring-dashboards/commit/898bf5c5259cab24d64326d7b0ddf37d6a7e7571))
9+
310
### [2.3.2](https://www.github.com/googleapis/nodejs-monitoring-dashboards/compare/v2.3.1...v2.3.2) (2021-05-25)
411

512

packages/google-monitoring-dashboard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/monitoring-dashboards",
3-
"version": "2.3.2",
3+
"version": "2.3.3",
44
"description": "interact with dashboards for viewing and analyzing metric data",
55
"repository": "googleapis/nodejs-monitoring-dashboards",
66
"license": "Apache-2.0",

packages/google-monitoring-dashboard/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "c8 mocha --timeout 600000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/monitoring-dashboards": "^2.3.2"
16+
"@google-cloud/monitoring-dashboards": "^2.3.3"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.0.0",

0 commit comments

Comments
 (0)