Skip to content

Commit c122f53

Browse files
stephenplusplusalexander-fenster
authored andcommitted
0.7.1 (#23)
* 0.7.1
1 parent 137e66c commit c122f53

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/google-cloud-dns/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/dns",
33
"description": "Cloud DNS Client Library for Node.js",
4-
"version": "0.7.0",
4+
"version": "0.7.1",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {
@@ -51,7 +51,7 @@
5151
"system-test": "repo-tools test run --cmd mocha -- system-test/*.js --no-timeouts"
5252
},
5353
"dependencies": {
54-
"@google-cloud/common": "^0.16.0",
54+
"@google-cloud/common": "^0.16.1",
5555
"arrify": "^1.0.0",
5656
"dns-zonefile": "0.2.2",
5757
"extend": "^3.0.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "repo-tools test run --cmd npm -- run cover"
1515
},
1616
"dependencies": {
17-
"@google-cloud/dns": "0.7.0",
17+
"@google-cloud/dns": "0.7.1",
1818
"yargs": "10.0.3"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)