Skip to content

Commit 95f34a7

Browse files
1 parent 574ac45 commit 95f34a7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [1.1.1](https://www.github.com/googleapis/nodejs-vpc-access/compare/v1.1.0...v1.1.1) (2021-08-25)
4+
5+
6+
### Bug Fixes
7+
8+
* flag module as GA ([#34](https://www.github.com/googleapis/nodejs-vpc-access/issues/34)) ([1c41e41](https://www.github.com/googleapis/nodejs-vpc-access/commit/1c41e41f209f459be947622235b7062641a78d24))
9+
310
## [1.1.0](https://www.github.com/googleapis/nodejs-vpc-access/compare/v1.0.5...v1.1.0) (2021-08-23)
411

512

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/vpc-access",
3-
"version": "1.1.0",
3+
"version": "1.1.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

Lines changed: 1 addition & 1 deletion
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.1.0"
16+
"@google-cloud/vpc-access": "^1.1.1"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.1.0",

0 commit comments

Comments
 (0)