From 5f4141c9f688e871134ee8da2ae6ac12285d50db Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 3 Aug 2019 22:25:16 +0000 Subject: [PATCH] chore(release): 1.19.1 ## [1.19.1](https://github.com/Thorium-Sim/thorium/compare/1.19.0...1.19.1) (2019-08-03) ### Bug Fixes * **Power Distribution:** Setting power levels to 0 in core show properly on the station. Closes [#2477](https://github.com/Thorium-Sim/thorium/issues/2477) ([945215e](https://github.com/Thorium-Sim/thorium/commit/945215e)) * **Task Reports:** Fixes an issue with task report reactivation codes. Closes [#2481](https://github.com/Thorium-Sim/thorium/issues/2481). ([e78abaf](https://github.com/Thorium-Sim/thorium/commit/e78abaf)) * **Task Reports:** Task reports properly disappear when a flight is reset. Closes [#2482](https://github.com/Thorium-Sim/thorium/issues/2482) ([46df570](https://github.com/Thorium-Sim/thorium/commit/46df570)) * **Tasks:** Fixes issues with tasks that can cause server crashes. Closes [#2483](https://github.com/Thorium-Sim/thorium/issues/2483) ([4fca4eb](https://github.com/Thorium-Sim/thorium/commit/4fca4eb)) * **Tasks:** Internal call task now properly handles custom locations. Closes [#2468](https://github.com/Thorium-Sim/thorium/issues/2468) ([860616c](https://github.com/Thorium-Sim/thorium/commit/860616c)) --- CHANGELOG.md | 11 +++++++++++ client/package.json | 2 +- package.json | 2 +- server/package.json | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9350fb418..49dd088bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [1.19.1](https://github.com/Thorium-Sim/thorium/compare/1.19.0...1.19.1) (2019-08-03) + + +### Bug Fixes + +* **Power Distribution:** Setting power levels to 0 in core show properly on the station. Closes [#2477](https://github.com/Thorium-Sim/thorium/issues/2477) ([945215e](https://github.com/Thorium-Sim/thorium/commit/945215e)) +* **Task Reports:** Fixes an issue with task report reactivation codes. Closes [#2481](https://github.com/Thorium-Sim/thorium/issues/2481). ([e78abaf](https://github.com/Thorium-Sim/thorium/commit/e78abaf)) +* **Task Reports:** Task reports properly disappear when a flight is reset. Closes [#2482](https://github.com/Thorium-Sim/thorium/issues/2482) ([46df570](https://github.com/Thorium-Sim/thorium/commit/46df570)) +* **Tasks:** Fixes issues with tasks that can cause server crashes. Closes [#2483](https://github.com/Thorium-Sim/thorium/issues/2483) ([4fca4eb](https://github.com/Thorium-Sim/thorium/commit/4fca4eb)) +* **Tasks:** Internal call task now properly handles custom locations. Closes [#2468](https://github.com/Thorium-Sim/thorium/issues/2468) ([860616c](https://github.com/Thorium-Sim/thorium/commit/860616c)) + # [1.19.0](https://github.com/Thorium-Sim/thorium/compare/1.18.0...1.19.0) (2019-07-26) diff --git a/client/package.json b/client/package.json index 2a1854fb9..cf82dbc32 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "thorium-client", - "version": "1.19.0", + "version": "1.19.1", "description": "Starship Simulator Controls built with React", "repository": { "type": "git", diff --git a/package.json b/package.json index fa1e5f4e0..832af35f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thorium", - "version": "1.19.0", + "version": "1.19.1", "description": "Starship Simulator Controls", "private": true, "repository": { diff --git a/server/package.json b/server/package.json index bae59cc6b..2d71d9178 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "thorium-server", - "version": "1.19.0", + "version": "1.19.1", "description": "Starship Simulator Controls Server, built with GraphQL", "private": true, "repository": {