Skip to content

Commit

Permalink
Merge branch 'master' into feature/lobby-custom-renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolodavis committed Feb 15, 2019
2 parents 1561b17 + 97b3ea7 commit c65e7d4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions docs/CHANGELOG.md
@@ -1,3 +1,16 @@
## v0.31.2

#### Features

- [[01a7e79](https://github.com/nicolodavis/boardgame.io/commit/01a7e79)] 3D Grid and Token (#352)
- [[1f33d43](https://github.com/nicolodavis/boardgame.io/commit/1f33d43)] Serve API and Game Server on same port with option to split (#343)

#### Bugfixes

- [[87d1e5b](https://github.com/nicolodavis/boardgame.io/commit/87d1e5b)] Changed default Firebase return value to undefined (#361)
- [[d7d6b44](https://github.com/nicolodavis/boardgame.io/commit/d7d6b44)] Fix lobby example (#351)
- [[a285fbf](https://github.com/nicolodavis/boardgame.io/commit/a285fbf)] Allow https urls to be passed to lobby (#350)

## v0.31.1

#### Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "boardgame.io",
"version": "0.31.1",
"version": "0.31.2",
"description": "library for turn-based games",
"repository": "https://github.com/nicolodavis/boardgame.io",
"scripts": {
Expand Down

0 comments on commit c65e7d4

Please sign in to comment.