Skip to content

Commit

Permalink
chore(release): 1.19.1
Browse files Browse the repository at this point in the history
## [1.19.1](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](#2477) ([945215e](945215e))
* **Task Reports:** Fixes an issue with task report reactivation codes. Closes [#2481](#2481). ([e78abaf](e78abaf))
* **Task Reports:** Task reports properly disappear when a flight is reset. Closes [#2482](#2482) ([46df570](46df570))
* **Tasks:** Fixes issues with tasks that can cause server crashes. Closes [#2483](#2483) ([4fca4eb](4fca4eb))
* **Tasks:** Internal call task now properly handles custom locations. Closes [#2468](#2468) ([860616c](860616c))
  • Loading branch information
semantic-release-bot committed Aug 3, 2019
1 parent fc051ea commit 5f4141c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thorium",
"version": "1.19.0",
"version": "1.19.1",
"description": "Starship Simulator Controls",
"private": true,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 5f4141c

Please sign in to comment.