From 22ea55203885c486e53c643bc546341bcb04d861 Mon Sep 17 00:00:00 2001 From: Nicolo Davis Date: Wed, 22 Apr 2020 08:53:30 +0800 Subject: [PATCH] changelog --- docs/documentation/CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/documentation/CHANGELOG.md b/docs/documentation/CHANGELOG.md index 3d27c7567..940f6c804 100644 --- a/docs/documentation/CHANGELOG.md +++ b/docs/documentation/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.39.8 + +#### Bugfixes + +* [[3569408](https://github.com/nicolodavis/boardgame.io/commit/3569408)] Add option to run server over HTTPS (#631) +* [[c56d9b9](https://github.com/nicolodavis/boardgame.io/commit/c56d9b9)] Adding playerID to Ctx (#627) +* [[882a25d](https://github.com/nicolodavis/boardgame.io/commit/882a25d)] export only the client in the browser-minified package +* [[3d1c07c](https://github.com/nicolodavis/boardgame.io/commit/3d1c07c)] build(server): Proxy server module with package.json (#622) +* [[bd44678](https://github.com/nicolodavis/boardgame.io/commit/bd44678)] Fix passing params to db adapter (#621) + ## v0.39.7 #### Bugfixes