Skip to content

Commit e2494ad

Browse files
chore(main): release 2.2.2 (#189)
* chore(main): release 2.2.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>
1 parent e971b4f commit e2494ad

7 files changed

+13
-6
lines changed

packages/google-cloud-functions/CHANGELOG.md

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

3+
## [2.2.2](https://github.com/googleapis/nodejs-functions/compare/v2.2.1...v2.2.2) (2022-09-21)
4+
5+
6+
### Bug Fixes
7+
8+
* Preserve default values in x-goog-request-params header ([#187](https://github.com/googleapis/nodejs-functions/issues/187)) ([57b025c](https://github.com/googleapis/nodejs-functions/commit/57b025c07d850812a246db7e61521a968f0cd20a))
9+
310
## [2.2.1](https://github.com/googleapis/nodejs-functions/compare/v2.2.0...v2.2.1) (2022-09-01)
411

512

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

0 commit comments

Comments
 (0)