Skip to content

Commit 46bdbe6

Browse files
chore(main): release 2.1.1 (#97)
* chore(main): release 2.1.1 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent b44e098 commit 46bdbe6

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

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

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

3+
## [2.1.1](https://github.com/googleapis/nodejs-vpc-access/compare/v2.1.0...v2.1.1) (2022-08-23)
4+
5+
6+
### Bug Fixes
7+
8+
* better support for fallback mode ([#95](https://github.com/googleapis/nodejs-vpc-access/issues/95)) ([f888df6](https://github.com/googleapis/nodejs-vpc-access/commit/f888df68b5e77dc60ee6f09ee75f41a669727292))
9+
* change import long to require ([#96](https://github.com/googleapis/nodejs-vpc-access/issues/96)) ([4f29ee0](https://github.com/googleapis/nodejs-vpc-access/commit/4f29ee04c1f3d878dfa28c30d58c5149b150daed))
10+
* remove pip install statements ([#1546](https://github.com/googleapis/nodejs-vpc-access/issues/1546)) ([#99](https://github.com/googleapis/nodejs-vpc-access/issues/99)) ([6cf3872](https://github.com/googleapis/nodejs-vpc-access/commit/6cf3872aa4b17e53a90402a1d56288caece3616f))
11+
312
## [2.1.0](https://github.com/googleapis/nodejs-vpc-access/compare/v2.0.0...v2.1.0) (2022-06-29)
413

514

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": "2.1.0",
3+
"version": "2.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/generated/v1/snippet_metadata.google.cloud.vpcaccess.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-vpcaccess",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

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": "^2.1.0"
16+
"@google-cloud/vpc-access": "^2.1.1"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.1.0",

0 commit comments

Comments
 (0)