Skip to content

Commit

Permalink
chore(release): 1.17.2
Browse files Browse the repository at this point in the history
## [1.17.2](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](#2428) ([02c0fdd](02c0fdd))
* **Sensor Scans:** Fixes the alt-key scan preset hotkey. Closes [#2426](#2426) ([b9f7fca](b9f7fca))
* **Shields:** Standardizes the way that single shields are labelled. Closes [#2403](#2403) ([c0164e0](c0164e0))
  • Loading branch information
semantic-release-bot committed Jul 12, 2019
1 parent 35c99dd commit c4716b2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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

0 comments on commit c4716b2

Please sign in to comment.