Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Release v0.7.1 (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Mar 14, 2019
1 parent 5513f56 commit 791e373
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,39 @@

[1]: https://www.npmjs.com/package/@google-cloud/monitoring?activeTab=versions

## v0.7.1

03-13-2019 15:05 PDT

### Bug Fixes
- fix: throw on invalid credentials ([#216](https://github.com/googleapis/nodejs-monitoring/pull/216))

### Dependencies
- fix(deps): update dependency google-gax to ^0.25.0 ([#204](https://github.com/googleapis/nodejs-monitoring/pull/204))

### Documentation
- docs: update links in contrib guide ([#215](https://github.com/googleapis/nodejs-monitoring/pull/215))
- docs: update contributing path in README ([#210](https://github.com/googleapis/nodejs-monitoring/pull/210))
- docs: move CONTRIBUTING.md to root ([#209](https://github.com/googleapis/nodejs-monitoring/pull/209))
- docs: add lint/fix example to contributing guide ([#206](https://github.com/googleapis/nodejs-monitoring/pull/206))

### Internal / Testing Changes
- refactor: update json import paths ([#224](https://github.com/googleapis/nodejs-monitoring/pull/224))
- chore(deps): update dependency p-retry to v4 ([#223](https://github.com/googleapis/nodejs-monitoring/pull/223))
- build: Add docuploader credentials to node publish jobs ([#221](https://github.com/googleapis/nodejs-monitoring/pull/221))
- build: use node10 to run samples-test, system-test etc ([#220](https://github.com/googleapis/nodejs-monitoring/pull/220))
- build: update release configuration
- chore: update proto docs and code style
- chore(deps): update dependency mocha to v6 ([#217](https://github.com/googleapis/nodejs-monitoring/pull/217))
- refactor: update the generated code style ([#208](https://github.com/googleapis/nodejs-monitoring/pull/208))
- build: use linkinator for docs test ([#214](https://github.com/googleapis/nodejs-monitoring/pull/214))
- fix(deps): update dependency yargs to v13 ([#213](https://github.com/googleapis/nodejs-monitoring/pull/213))
- build: create docs test npm scripts ([#212](https://github.com/googleapis/nodejs-monitoring/pull/212))
- build: test using @grpc/grpc-js in CI ([#211](https://github.com/googleapis/nodejs-monitoring/pull/211))
- chore(deps): update dependency eslint-config-prettier to v4 ([#203](https://github.com/googleapis/nodejs-monitoring/pull/203))
- build: ignore googleapis.com in doc link check ([#201](https://github.com/googleapis/nodejs-monitoring/pull/201))
- chore: update year in the license headers. ([#200](https://github.com/googleapis/nodejs-monitoring/pull/200))

## v0.7.0

01-15-2019 09:35 PST
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/monitoring",
"description": "Stackdriver Monitoring API client for Node.js",
"version": "0.7.0",
"version": "0.7.1",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha system-test --timeout 600000"
},
"dependencies": {
"@google-cloud/monitoring": "^0.7.0",
"@google-cloud/monitoring": "^0.7.1",
"yargs": "^13.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 791e373

Please sign in to comment.