Skip to content

Commit 2830c86

Browse files
chore: release 2.1.2 (#135)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 8b39acb commit 2830c86

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.1.2](https://www.github.com/googleapis/nodejs-monitoring-dashboards/compare/v2.1.1...v2.1.2) (2020-11-07)
4+
5+
6+
### Bug Fixes
7+
8+
* do not modify options object, use defaultScopes ([#134](https://www.github.com/googleapis/nodejs-monitoring-dashboards/issues/134)) ([a95ac89](https://www.github.com/googleapis/nodejs-monitoring-dashboards/commit/a95ac893c9f5d06205244b6b48e5db39a8c4b1e3))
9+
310
### [2.1.1](https://www.github.com/googleapis/nodejs-monitoring-dashboards/compare/v2.1.0...v2.1.1) (2020-07-24)
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.1.1",
3+
"version": "2.1.2",
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.1.1"
16+
"@google-cloud/monitoring-dashboards": "^2.1.2"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.0.0",

0 commit comments

Comments
 (0)