Skip to content

Commit 6b024d8

Browse files
1 parent 3df72e5 commit 6b024d8

7 files changed

+14
-6
lines changed

packages/google-cloud-functions/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.2.3](https://github.com/googleapis/nodejs-functions/compare/v2.2.2...v2.2.3) (2022-11-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Use google-gax v3.5.2 ([#201](https://github.com/googleapis/nodejs-functions/issues/201)) ([727c86a](https://github.com/googleapis/nodejs-functions/commit/727c86a475f3405a86259e9ff1f2946e09ae81d3))
9+
* Regenerated protos JS and TS definitions ([#205](https://github.com/googleapis/nodejs-functions/issues/205)) ([c2a42c6](https://github.com/googleapis/nodejs-functions/commit/c2a42c6eb29eea880d6c15ee85dc7a8b84f65eb9))
10+
311
## [2.2.2](https://github.com/googleapis/nodejs-functions/compare/v2.2.1...v2.2.2) (2022-09-21)
412

513

packages/google-cloud-functions/package.json

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

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

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

packages/google-cloud-functions/samples/generated/v2/snippet_metadata.google.cloud.functions.v2.json

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

packages/google-cloud-functions/samples/generated/v2alpha/snippet_metadata.google.cloud.functions.v2alpha.json

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

packages/google-cloud-functions/samples/generated/v2beta/snippet_metadata.google.cloud.functions.v2beta.json

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

packages/google-cloud-functions/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/functions": "^2.2.2"
16+
"@google-cloud/functions": "^2.2.3"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.1.0",

0 commit comments

Comments
 (0)