Skip to content

Commit d9d772a

Browse files
stephenplusplusalexander-fenster
authored andcommitted
0.9.1 (#42)
* 0.9.1
1 parent 240ace6 commit d9d772a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/google-cloud-compute/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/compute",
33
"description": "Google Compute Engine Client Library for Node.js",
4-
"version": "0.9.0",
4+
"version": "0.9.1",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {
@@ -58,7 +58,7 @@
5858
"test": "repo-tools test run --cmd npm -- run cover"
5959
},
6060
"dependencies": {
61-
"@google-cloud/common": "^0.16.0",
61+
"@google-cloud/common": "^0.16.1",
6262
"arrify": "^1.0.0",
6363
"async": "^2.5.0",
6464
"create-error-class": "^3.0.2",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "repo-tools test run --cmd npm -- run all-test"
1616
},
1717
"dependencies": {
18-
"@google-cloud/compute": "0.9.0",
18+
"@google-cloud/compute": "0.9.1",
1919
"googleapis": "22.2.0",
2020
"nodemailer": "4.3.1",
2121
"nodemailer-smtp-transport": "2.7.4",

0 commit comments

Comments
 (0)