Skip to content

Commit

Permalink
chore: release 2.3.1 (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored May 20, 2021
1 parent b85e3c6 commit 233491e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/google-cloud-gaming/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [2.3.1](https://www.github.com/googleapis/nodejs-game-servers/compare/v2.3.0...v2.3.1) (2021-05-20)


### Bug Fixes

* **deps:** require google-gax v2.12.0 ([#162](https://www.github.com/googleapis/nodejs-game-servers/issues/162)) ([546c13d](https://www.github.com/googleapis/nodejs-game-servers/commit/546c13d64abedafd055fad9c118d58750f0f9f25))

## [2.3.0](https://www.github.com/googleapis/nodejs-game-servers/compare/v2.2.0...v2.3.0) (2021-03-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-gaming/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/game-servers",
"version": "2.3.0",
"version": "2.3.1",
"description": "Game service client for Node.js",
"repository": "googleapis/nodejs-game-servers",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-gaming/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "c8 mocha --timeout 600000 test/*.js"
},
"dependencies": {
"@google-cloud/game-servers": "^2.3.0"
"@google-cloud/game-servers": "^2.3.1"
},
"devDependencies": {
"c8": "^7.2.1",
Expand Down

0 comments on commit 233491e

Please sign in to comment.