Skip to content

Commit 7977bdf

Browse files
chore(main): release 3.0.0 (#267)
* chore(main): release 3.0.0 * 🦉 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 c1af2fc commit 7977bdf

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

packages/google-cloud-gaming/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/googleapis/nodejs-game-servers/compare/v2.5.0...v3.0.0) (2022-05-17)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update library to use Node 12 (#266)
9+
10+
### Build System
11+
12+
* update library to use Node 12 ([#266](https://github.com/googleapis/nodejs-game-servers/issues/266)) ([0ad7047](https://github.com/googleapis/nodejs-game-servers/commit/0ad7047cf2f815ed6dc99fe9b15c8f14ecbfdb42))
13+
314
## [2.5.0](https://www.github.com/googleapis/nodejs-game-servers/compare/v2.4.0...v2.5.0) (2021-08-28)
415

516

packages/google-cloud-gaming/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/game-servers",
3-
"version": "2.5.0",
3+
"version": "3.0.0",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-gaming",
4-
"version": "2.5.0",
4+
"version": "3.0.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-gaming",
4-
"version": "2.5.0",
4+
"version": "3.0.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-gaming/samples/package.json

Lines changed: 1 addition & 1 deletion
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": "^2.5.0"
16+
"@google-cloud/game-servers": "^3.0.0"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.2.1",

0 commit comments

Comments
 (0)