Skip to content

Commit ae359cc

Browse files
chore: release 1.0.1 (#14)
🤖 I have created a release \*beep\* \*boop\* --- ### [1.0.1](https://www.github.com/googleapis/nodejs-vpc-access/compare/v1.0.0...v1.0.1) (2021-06-29) ### Bug Fixes * **deps:** google-gax v2.17.0 with mTLS ([#13](https://www.github.com/googleapis/nodejs-vpc-access/issues/13)) ([11a3703](https://www.github.com/googleapis/nodejs-vpc-access/commit/11a3703e8a567f86acc71b8e2f30f9bf713f96a1)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 51a8ebe commit ae359cc

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-cloud-vpc-access/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [1.0.1](https://www.github.com/googleapis/nodejs-vpc-access/compare/v1.0.0...v1.0.1) (2021-06-29)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** google-gax v2.17.0 with mTLS ([#13](https://www.github.com/googleapis/nodejs-vpc-access/issues/13)) ([11a3703](https://www.github.com/googleapis/nodejs-vpc-access/commit/11a3703e8a567f86acc71b8e2f30f9bf713f96a1))
9+
310
## 1.0.0 (2021-06-09)
411

512

packages/google-cloud-vpc-access/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/vpc-access",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "vpcaccess client for Node.js",
55
"repository": "googleapis/nodejs-vpc-access",
66
"license": "Apache-2.0",

packages/google-cloud-vpc-access/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "c8 mocha --timeout 600000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/vpc-access": "^1.0.0"
16+
"@google-cloud/vpc-access": "^1.0.1"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.1.0",

0 commit comments

Comments
 (0)