Skip to content

Commit 4d4a9be

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
chore: release 1.2.1 (#270)
* updated CHANGELOG.md * updated package.json * updated samples/package.json
1 parent c96a901 commit 4d4a9be

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-cloud-monitoring/CHANGELOG.md

+7
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+
### [1.2.1](https://www.github.com/googleapis/nodejs-monitoring/compare/v1.2.0...v1.2.1) (2019-06-14)
8+
9+
10+
### Bug Fixes
11+
12+
* **docs:** move to new client docs URL ([#269](https://www.github.com/googleapis/nodejs-monitoring/issues/269)) ([cba6442](https://www.github.com/googleapis/nodejs-monitoring/commit/cba6442))
13+
714
## [1.2.0](https://www.github.com/googleapis/nodejs-monitoring/compare/v1.1.0...v1.2.0) (2019-06-06)
815

916

packages/google-cloud-monitoring/package.json

+1-1
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": "1.2.0",
4+
"version": "1.2.1",
55
"license": "Apache-2.0",
66
"author": "Google Inc",
77
"engines": {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha --timeout 600000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/monitoring": "^1.2.0",
17+
"@google-cloud/monitoring": "^1.2.1",
1818
"yargs": "^13.0.0"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)