Skip to content

Commit

Permalink
chore: release 2.3.2 (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored May 24, 2021
1 parent 98c900b commit 0f97a7c
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.2](https://www.github.com/googleapis/nodejs-game-servers/compare/v2.3.1...v2.3.2) (2021-05-24)


### Bug Fixes

* use require() to load JSON protos ([#164](https://www.github.com/googleapis/nodejs-game-servers/issues/164)) ([b77e1e5](https://www.github.com/googleapis/nodejs-game-servers/commit/b77e1e5f7fc9396cdb30d4f1bfac370dd85800b8))

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


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.1",
"version": "2.3.2",
"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.1"
"@google-cloud/game-servers": "^2.3.2"
},
"devDependencies": {
"c8": "^7.2.1",
Expand Down

0 comments on commit 0f97a7c

Please sign in to comment.