Skip to content

Commit

Permalink
chore(main): release 2.1.1 (#137)
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 Sep 8, 2022
1 parent b2b4cae commit f43708f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/google-cloud-accessapproval/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.1.1](https://github.com/googleapis/nodejs-access-approval/compare/v2.1.0...v2.1.1) (2022-09-01)


### Bug Fixes

* Allow passing gax instance to client constructor ([#139](https://github.com/googleapis/nodejs-access-approval/issues/139)) ([896c016](https://github.com/googleapis/nodejs-access-approval/commit/896c0165305b11015a92c7a87c860e9bb7c2c2c6))
* Better support for fallback mode ([#135](https://github.com/googleapis/nodejs-access-approval/issues/135)) ([23d8d85](https://github.com/googleapis/nodejs-access-approval/commit/23d8d85d8d2ff53333fb5671a02230aaa0045223))
* Change import long to require ([#136](https://github.com/googleapis/nodejs-access-approval/issues/136)) ([87f5477](https://github.com/googleapis/nodejs-access-approval/commit/87f5477aa38f970d310a8d7e70b5f09d51e6d50c))
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-access-approval/issues/1553)) ([#140](https://github.com/googleapis/nodejs-access-approval/issues/140)) ([2a9fb11](https://github.com/googleapis/nodejs-access-approval/commit/2a9fb11dfe110e5de78762fa86504d3eeb4046d0))
* Remove pip install statements ([#1546](https://github.com/googleapis/nodejs-access-approval/issues/1546)) ([#138](https://github.com/googleapis/nodejs-access-approval/issues/138)) ([8517413](https://github.com/googleapis/nodejs-access-approval/commit/851741340fca5036ea819c41cb1188b33a181c1c))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-accessapproval/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/access-approval",
"version": "2.1.0",
"version": "2.1.1",
"description": "Accessapproval client for Node.js",
"repository": "googleapis/nodejs-access-approval",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-accessapproval",
"version": "2.1.0",
"version": "2.1.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-accessapproval/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/access-approval": "^2.1.0"
"@google-cloud/access-approval": "^2.1.1"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit f43708f

Please sign in to comment.