Skip to content

Commit

Permalink
chore: release 1.0.1 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored and bcoe committed Jan 9, 2020
1 parent 95950d9 commit a2104cf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/google-monitoring-dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [1.0.1](https://www.github.com/googleapis/nodejs-monitoring-dashboards/compare/v1.0.0...v1.0.1) (2020-01-09)


### Bug Fixes

* **build:** autorelease should handle tagging ([#7](https://www.github.com/googleapis/nodejs-monitoring-dashboards/issues/7)) ([000aed2](https://www.github.com/googleapis/nodejs-monitoring-dashboards/commit/000aed25e186f6e174ca49aa90dd0d4d6f651644))

## 1.0.0 (2020-01-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-monitoring-dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/monitoring-dashboards",
"version": "1.0.0",
"version": "1.0.1",
"description": "interact with dashboards for viewing and analyzing metric data",
"repository": "googleapis/nodejs-monitoring-dashboards",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-monitoring-dashboard/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "c8 mocha --timeout 600000 test/*.js"
},
"dependencies": {
"@google-cloud/monitoring-dashboards": "^1.0.0"
"@google-cloud/monitoring-dashboards": "^1.0.1"
},
"devDependencies": {
"c8": "^7.0.0",
Expand Down

0 comments on commit a2104cf

Please sign in to comment.