Skip to content

Commit

Permalink
Release v0.9.1 (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored Dec 11, 2018
1 parent 280d2d6 commit f8176d0
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions packages/google-cloud-dns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@

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

## v0.9.1

### Dependencies
- chore(deps): update dependency typescript to ~3.2.0 ([#177](https://github.com/googleapis/nodejs-dns/pull/177))
- fix(deps): update dependency @google-cloud/common to ^0.27.0 ([#176](https://github.com/googleapis/nodejs-dns/pull/176))

### Documentation
- fix(docs): place doc comment above the last overload ([#187](https://github.com/googleapis/nodejs-dns/pull/187))
- docs: update readme badges ([#180](https://github.com/googleapis/nodejs-dns/pull/180))

### Internal / Testing Changes
- chore: always nyc report before calling codecov ([#185](https://github.com/googleapis/nodejs-dns/pull/185))
- chore: nyc ignore build/test by default ([#184](https://github.com/googleapis/nodejs-dns/pull/184))
- chore: update license file ([#182](https://github.com/googleapis/nodejs-dns/pull/182))
- fix(build): fix system key decryption ([#178](https://github.com/googleapis/nodejs-dns/pull/178))
- chore: add synth.metadata

## v0.9.0

11-16-2018 14:11 PST
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dns/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/dns",
"description": "Cloud DNS Client Library for Node.js",
"version": "0.9.0",
"version": "0.9.1",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dns/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "mocha system-test/*.js --timeout 600000"
},
"dependencies": {
"@google-cloud/dns": "^0.9.0",
"@google-cloud/dns": "^0.9.1",
"yargs": "^12.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit f8176d0

Please sign in to comment.