Skip to content

Commit e5a3e51

Browse files
chore(main): release 3.1.2 (#314)
* chore(main): release 3.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>
1 parent 637ee26 commit e5a3e51

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

packages/google-cloud-gaming/CHANGELOG.md

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

3+
## [3.1.2](https://github.com/googleapis/nodejs-game-servers/compare/v3.1.1...v3.1.2) (2022-09-22)
4+
5+
6+
### Bug Fixes
7+
8+
* Preserve default values in x-goog-request-params header ([#313](https://github.com/googleapis/nodejs-game-servers/issues/313)) ([8f345d7](https://github.com/googleapis/nodejs-game-servers/commit/8f345d7c91748fbea14862ebb250e0c84e3f8dda))
9+
310
## [3.1.1](https://github.com/googleapis/nodejs-game-servers/compare/v3.1.0...v3.1.1) (2022-09-01)
411

512

packages/google-cloud-gaming/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/game-servers",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "Game service client for Node.js",
55
"repository": "googleapis/nodejs-game-servers",
66
"license": "Apache-2.0",

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

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

packages/google-cloud-gaming/samples/generated/v1beta/snippet_metadata.google.cloud.gaming.v1beta.json

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

packages/google-cloud-gaming/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/game-servers": "^3.1.1"
16+
"@google-cloud/game-servers": "^3.1.2"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.2.1",

0 commit comments

Comments
 (0)