Skip to content

Commit 79e5127

Browse files
chore: release 2.1.3 (#498)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent fb0412d commit 79e5127

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-cloud-monitoring/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/monitoring?activeTab=versions
66

7+
### [2.1.3](https://www.github.com/googleapis/nodejs-monitoring/compare/v2.1.2...v2.1.3) (2020-11-07)
8+
9+
10+
### Bug Fixes
11+
12+
* do not modify options object, use defaultScopes ([#497](https://www.github.com/googleapis/nodejs-monitoring/issues/497)) ([447cfce](https://www.github.com/googleapis/nodejs-monitoring/commit/447cfce75ed11d66e254d72d105252e8b0ed0a3c))
13+
714
### [2.1.2](https://www.github.com/googleapis/nodejs-monitoring/compare/v2.1.1...v2.1.2) (2020-09-12)
815

916

packages/google-cloud-monitoring/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/monitoring",
33
"description": "Stackdriver Monitoring API client for Node.js",
4-
"version": "2.1.2",
4+
"version": "2.1.3",
55
"license": "Apache-2.0",
66
"author": "Google Inc",
77
"engines": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha --timeout 600000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/monitoring": "^2.1.2",
17+
"@google-cloud/monitoring": "^2.1.3",
1818
"yargs": "^16.0.0"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)