diff --git a/CHANGELOG.md b/CHANGELOG.md index ae5a77c16..5965b50ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.17.2](https://github.com/Thorium-Sim/thorium/compare/1.17.1...1.17.2) (2019-07-12) + + +### Bug Fixes + +* **Macros:** Fixes an issue where you can't scroll to configure macros. Closes [#2428](https://github.com/Thorium-Sim/thorium/issues/2428) ([02c0fdd](https://github.com/Thorium-Sim/thorium/commit/02c0fdd)) +* **Sensor Scans:** Fixes the alt-key scan preset hotkey. Closes [#2426](https://github.com/Thorium-Sim/thorium/issues/2426) ([b9f7fca](https://github.com/Thorium-Sim/thorium/commit/b9f7fca)) +* **Shields:** Standardizes the way that single shields are labelled. Closes [#2403](https://github.com/Thorium-Sim/thorium/issues/2403) ([c0164e0](https://github.com/Thorium-Sim/thorium/commit/c0164e0)) + ## [1.17.1](https://github.com/Thorium-Sim/thorium/compare/1.17.0...1.17.1) (2019-07-10) diff --git a/client/package.json b/client/package.json index 43682f845..9e7d34dcc 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "thorium-client", - "version": "1.17.1", + "version": "1.17.2", "description": "Starship Simulator Controls built with React", "repository": { "type": "git", diff --git a/package.json b/package.json index 26ed314af..2e428f1be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thorium", - "version": "1.17.1", + "version": "1.17.2", "description": "Starship Simulator Controls", "private": true, "repository": { diff --git a/server/package.json b/server/package.json index b201e85be..4d51f85cf 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "thorium-server", - "version": "1.17.1", + "version": "1.17.2", "description": "Starship Simulator Controls Server, built with GraphQL", "private": true, "repository": {