Skip to content

Commit 997eb46

Browse files
chore(main): release 2.1.0 (#131)
🤖 I have created a release *beep* *boop* --- ## [2.1.0](googleapis/nodejs-access-approval@v2.0.0...v2.1.0) (2022-06-29) ### Features * support regapic LRO ([#130](googleapis/nodejs-access-approval#130)) ([bd6e505](googleapis/nodejs-access-approval@bd6e505)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent f6d7039 commit 997eb46

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

packages/google-cloud-accessapproval/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/googleapis/nodejs-access-approval/compare/v2.0.0...v2.1.0) (2022-06-29)
4+
5+
6+
### Features
7+
8+
* support regapic LRO ([#130](https://github.com/googleapis/nodejs-access-approval/issues/130)) ([bd6e505](https://github.com/googleapis/nodejs-access-approval/commit/bd6e5057024a00800cf343e1715023744c42dca1))
9+
310
## [2.0.0](https://github.com/googleapis/nodejs-access-approval/compare/v1.1.0...v2.0.0) (2022-06-03)
411

512

packages/google-cloud-accessapproval/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/access-approval",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Accessapproval client for Node.js",
55
"repository": "googleapis/nodejs-access-approval",
66
"license": "Apache-2.0",

packages/google-cloud-accessapproval/samples/generated/v1/snippet_metadata.google.cloud.accessapproval.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-accessapproval",
4-
"version": "2.0.0",
4+
"version": "2.1.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-accessapproval/samples/package.json

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

0 commit comments

Comments
 (0)