Skip to content

Commit

Permalink
chore(release): 1.19.2
Browse files Browse the repository at this point in the history
## [1.19.2](1.19.1...1.19.2) (2019-08-19)

### Bug Fixes

* **CRM:** Fixes an issue with training crashing on the CRM screen. Closes [#2497](#2497) ([841b7f9](841b7f9))
* **Macro Buttons:** Makes it possible to remove macro buttons. Closes [#2507](#2507) ([58cf673](58cf673))
* **Sensors:** Sensor contact list now properly scrolls. Closes [#2509](#2509) ([106deb7](106deb7))
* **Sets:** Fixes an issue where the set config crashes. Closes [#2488](#2488) ([3b94242](3b94242))
* **Sound Effects:** Fixes interface sound effects. Closes [#2495](#2495) ([11abc39](11abc39))
  • Loading branch information
semantic-release-bot committed Aug 19, 2019
1 parent f4673ea commit a1c5189
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.2](https://github.com/Thorium-Sim/thorium/compare/1.19.1...1.19.2) (2019-08-19)


### Bug Fixes

* **CRM:** Fixes an issue with training crashing on the CRM screen. Closes [#2497](https://github.com/Thorium-Sim/thorium/issues/2497) ([841b7f9](https://github.com/Thorium-Sim/thorium/commit/841b7f9))
* **Macro Buttons:** Makes it possible to remove macro buttons. Closes [#2507](https://github.com/Thorium-Sim/thorium/issues/2507) ([58cf673](https://github.com/Thorium-Sim/thorium/commit/58cf673))
* **Sensors:** Sensor contact list now properly scrolls. Closes [#2509](https://github.com/Thorium-Sim/thorium/issues/2509) ([106deb7](https://github.com/Thorium-Sim/thorium/commit/106deb7))
* **Sets:** Fixes an issue where the set config crashes. Closes [#2488](https://github.com/Thorium-Sim/thorium/issues/2488) ([3b94242](https://github.com/Thorium-Sim/thorium/commit/3b94242))
* **Sound Effects:** Fixes interface sound effects. Closes [#2495](https://github.com/Thorium-Sim/thorium/issues/2495) ([11abc39](https://github.com/Thorium-Sim/thorium/commit/11abc39))

## [1.19.1](https://github.com/Thorium-Sim/thorium/compare/1.19.0...1.19.1) (2019-08-03)


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.1",
"version": "1.19.2",
"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.1",
"version": "1.19.2",
"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.1",
"version": "1.19.2",
"description": "Starship Simulator Controls Server, built with GraphQL",
"private": true,
"repository": {
Expand Down

0 comments on commit a1c5189

Please sign in to comment.