Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#267)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
release-please[bot] and gcf-owl-bot[bot] authored May 18, 2022
1 parent c1af2fc commit 7977bdf
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions packages/google-cloud-gaming/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [3.0.0](https://github.com/googleapis/nodejs-game-servers/compare/v2.5.0...v3.0.0) (2022-05-17)


### ⚠ BREAKING CHANGES

* update library to use Node 12 (#266)

### Build System

* 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))

## [2.5.0](https://github.com/googleapis/nodejs-game-servers/compare/v2.4.0...v2.5.0) (2021-08-28)


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.5.0",
"version": "3.0.0",
"description": "Game service client for Node.js",
"repository": "googleapis/nodejs-game-servers",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-gaming",
"version": "2.5.0",
"version": "3.0.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-gaming",
"version": "2.5.0",
"version": "3.0.0",
"language": "TYPESCRIPT",
"apis": [
{
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.5.0"
"@google-cloud/game-servers": "^3.0.0"
},
"devDependencies": {
"c8": "^7.2.1",
Expand Down

0 comments on commit 7977bdf

Please sign in to comment.