diff --git a/CHANGELOG.md b/CHANGELOG.md index 96474d154..ae5a77c16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.17.1](https://github.com/Thorium-Sim/thorium/compare/1.17.0...1.17.1) (2019-07-10) + + +### Bug Fixes + +* **Hide Card:** Fixes some possible problems with hiding cards. Closes [#2409](https://github.com/Thorium-Sim/thorium/issues/2409) ([e246a12](https://github.com/Thorium-Sim/thorium/commit/e246a12)) +* **Macros:** Fixes an issue where updating viewscreen macros crashes. Closes [#2419](https://github.com/Thorium-Sim/thorium/issues/2419). Closes [#2412](https://github.com/Thorium-Sim/thorium/issues/2412) ([e648f95](https://github.com/Thorium-Sim/thorium/commit/e648f95)) +* **Tactical Map:** Improves the animation of the tactical map. Closes [#2415](https://github.com/Thorium-Sim/thorium/issues/2415). Closes [#2416](https://github.com/Thorium-Sim/thorium/issues/2416). ([7876d82](https://github.com/Thorium-Sim/thorium/commit/7876d82)) + # [1.17.0](https://github.com/Thorium-Sim/thorium/compare/1.16.0...1.17.0) (2019-07-06) diff --git a/client/package.json b/client/package.json index aca8d77db..43682f845 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "thorium-client", - "version": "1.17.0", + "version": "1.17.1", "description": "Starship Simulator Controls built with React", "repository": { "type": "git", diff --git a/package.json b/package.json index 36dc8aaf3..26ed314af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thorium", - "version": "1.17.0", + "version": "1.17.1", "description": "Starship Simulator Controls", "private": true, "repository": { diff --git a/server/package.json b/server/package.json index dde692d8e..b201e85be 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "thorium-server", - "version": "1.17.0", + "version": "1.17.1", "description": "Starship Simulator Controls Server, built with GraphQL", "private": true, "repository": {