Skip to content

Commit

Permalink
chore(main): release 2.1.1 (#97)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
release-please[bot] and gcf-owl-bot[bot] authored Aug 24, 2022
1 parent 2e62702 commit a6798fe
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions packages/google-cloud-vpc-access/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.1.1](https://github.com/googleapis/nodejs-vpc-access/compare/v2.1.0...v2.1.1) (2022-08-23)


### Bug Fixes

* 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))
* 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))
* 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))

## [2.1.0](https://github.com/googleapis/nodejs-vpc-access/compare/v2.0.0...v2.1.0) (2022-06-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-vpc-access/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/vpc-access",
"version": "2.1.0",
"version": "2.1.1",
"description": "vpcaccess client for Node.js",
"repository": "googleapis/nodejs-vpc-access",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-vpcaccess",
"version": "2.1.0",
"version": "2.1.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-vpc-access/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "c8 mocha --timeout 600000 test/*.js"
},
"dependencies": {
"@google-cloud/vpc-access": "^2.1.0"
"@google-cloud/vpc-access": "^2.1.1"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit a6798fe

Please sign in to comment.