Skip to content

Commit a305e58

Browse files
1 parent a841b9b commit a305e58

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

packages/google-cloud-gaming/CHANGELOG.md

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

3+
## [3.1.3](https://github.com/googleapis/nodejs-game-servers/compare/v3.1.2...v3.1.3) (2022-11-10)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Use google-gax v3.5.2 ([#349](https://github.com/googleapis/nodejs-game-servers/issues/349)) ([879eea3](https://github.com/googleapis/nodejs-game-servers/commit/879eea37422f58286d3e39e27f5c1b2f6aa4ae9c))
9+
* Regenerated protos JS and TS definitions ([#353](https://github.com/googleapis/nodejs-game-servers/issues/353)) ([21535e1](https://github.com/googleapis/nodejs-game-servers/commit/21535e16d9dc28888514414117e463271383a971))
10+
311
## [3.1.2](https://github.com/googleapis/nodejs-game-servers/compare/v3.1.1...v3.1.2) (2022-09-22)
412

513

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.2",
3+
"version": "3.1.3",
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.2",
4+
"version": "3.1.3",
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.2",
4+
"version": "3.1.3",
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.2"
16+
"@google-cloud/game-servers": "^3.1.3"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.2.1",

0 commit comments

Comments
 (0)