Skip to content

Commit 8ef567a

Browse files
chore: release 2.1.4 (#502)
🤖 I have created a release \*beep\* \*boop\* --- ### [2.1.4](https://www.github.com/googleapis/nodejs-monitoring/compare/v2.1.3...v2.1.4) (2020-11-25) ### Bug Fixes * **browser:** check for fetch on window ([#501](https://www.github.com/googleapis/nodejs-monitoring/issues/501)) ([a923606](https://www.github.com/googleapis/nodejs-monitoring/commit/a9236060fdd4516e5f3fa31a5bf76895ad8bf6c1)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
1 parent 9ac07a3 commit 8ef567a

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

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.4](https://www.github.com/googleapis/nodejs-monitoring/compare/v2.1.3...v2.1.4) (2020-11-25)
8+
9+
10+
### Bug Fixes
11+
12+
* **browser:** check for fetch on window ([#501](https://www.github.com/googleapis/nodejs-monitoring/issues/501)) ([a923606](https://www.github.com/googleapis/nodejs-monitoring/commit/a9236060fdd4516e5f3fa31a5bf76895ad8bf6c1))
13+
714
### [2.1.3](https://www.github.com/googleapis/nodejs-monitoring/compare/v2.1.2...v2.1.3) (2020-11-07)
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.3",
4+
"version": "2.1.4",
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.3",
17+
"@google-cloud/monitoring": "^2.1.4",
1818
"yargs": "^16.0.0"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)