Skip to content

Commit

Permalink
chore(main): release 2.1.2 (#101)
Browse files Browse the repository at this point in the history
* chore(main): release 2.1.2

* 🦉 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 Sep 7, 2022
1 parent 54df7db commit 9769c57
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/google-cloud-vpc-access/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.1.2](https://github.com/googleapis/nodejs-vpc-access/compare/v2.1.1...v2.1.2) (2022-09-01)


### Bug Fixes

* Allow passing gax instance to client constructor ([#98](https://github.com/googleapis/nodejs-vpc-access/issues/98)) ([fd0b3ca](https://github.com/googleapis/nodejs-vpc-access/commit/fd0b3cac56dbd4f6c9610f7e88826ccc9fefdcef))
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-vpc-access/issues/1553)) ([#100](https://github.com/googleapis/nodejs-vpc-access/issues/100)) ([205d13d](https://github.com/googleapis/nodejs-vpc-access/commit/205d13dc20a616f6f54bd24086f8635ce5c6cf20))

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


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.1",
"version": "2.1.2",
"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.1",
"version": "2.1.2",
"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.1"
"@google-cloud/vpc-access": "^2.1.2"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit 9769c57

Please sign in to comment.