Skip to content

Commit 5f96ccd

Browse files
chore: release 1.0.2 (#16)
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
1 parent e27f795 commit 5f96ccd

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-monitoring-dashboard/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [1.0.2](https://www.github.com/googleapis/nodejs-monitoring-dashboards/compare/v1.0.1...v1.0.2) (2020-01-28)
4+
5+
6+
### Bug Fixes
7+
8+
* enum, bytes, and Long types now accept strings ([beecd33](https://www.github.com/googleapis/nodejs-monitoring-dashboards/commit/beecd3387117e9d52b845f938000a8284ed8212f))
9+
310
### [1.0.1](https://www.github.com/googleapis/nodejs-monitoring-dashboards/compare/v1.0.0...v1.0.1) (2020-01-09)
411

512

packages/google-monitoring-dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/monitoring-dashboards",
3-
"version": "1.0.1",
3+
"version": "1.0.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

Lines changed: 1 addition & 1 deletion
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": "^1.0.1"
16+
"@google-cloud/monitoring-dashboards": "^1.0.2"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.0.0",

0 commit comments

Comments
 (0)