Skip to content

Commit

Permalink
chore: release 2.0.0 (#38)
Browse files Browse the repository at this point in the history
* updated CHANGELOG.md [ci skip]

* updated package.json [ci skip]

* updated samples/package.json

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jun 4, 2020
1 parent 0236920 commit 9465fb6
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions packages/google-cloud-gaming/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [2.0.0](https://www.github.com/googleapis/nodejs-game-servers/compare/v1.1.0...v2.0.0) (2020-06-04)


### ⚠ BREAKING CHANGES

* The library now supports Node.js v10+. The last version to support Node.js v8 is tagged legacy-8 on NPM.

### Features

* adds CRUD samples, tests for GS clusters ([#24](https://www.github.com/googleapis/nodejs-game-servers/issues/24)) ([943304f](https://www.github.com/googleapis/nodejs-game-servers/commit/943304f1ec235a6b81ee8bf1d33374cd92ef256e))
* check status of long running operation by its name ([#65](https://www.github.com/googleapis/nodejs-game-servers/issues/65)) ([3900875](https://www.github.com/googleapis/nodejs-game-servers/commit/39008750a6024b0893bee88f39f2a6ad9fc87889))
* drop node8 support ([#37](https://www.github.com/googleapis/nodejs-game-servers/issues/37)) ([7a9a6d6](https://www.github.com/googleapis/nodejs-game-servers/commit/7a9a6d664c39e11760b86e8adabdad8900292bba))
* new pagination methods ([#62](https://www.github.com/googleapis/nodejs-game-servers/issues/62)) ([0fcdde7](https://www.github.com/googleapis/nodejs-game-servers/commit/0fcdde74c362abc66118a6df79c4fb4071f3dc14))


### Bug Fixes

* export explicit version from protos.js ([#43](https://www.github.com/googleapis/nodejs-game-servers/issues/43)) ([d9c09c7](https://www.github.com/googleapis/nodejs-game-servers/commit/d9c09c724ddd9810abfd01143adb4f280546c40c))
* remove eslint, update gax, fix generated protos, run the generator ([#47](https://www.github.com/googleapis/nodejs-game-servers/issues/47)) ([c75bb2d](https://www.github.com/googleapis/nodejs-game-servers/commit/c75bb2de6ef48c26d5d90892a906b45dcf91755c))

## [1.1.0](https://www.github.com/googleapis/nodejs-game-servers/compare/v1.0.0...v1.1.0) (2020-03-03)


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": "1.1.0",
"version": "2.0.0",
"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": "^1.1.0"
"@google-cloud/game-servers": "^2.0.0"
},
"devDependencies": {
"c8": "^7.0.0",
Expand Down

0 comments on commit 9465fb6

Please sign in to comment.