Skip to content

Commit

Permalink
chore(release): 1.4.2
Browse files Browse the repository at this point in the history
## [1.4.2](1.4.1...1.4.2) (2019-05-22)

### Bug Fixes

* **Ambiance:** Cancelling looping sounds doesn't stop ambiance anymore. Closes [#2208](#2208) ([dd3aea5](dd3aea5))
* **Probe Control:** The missing probe query response box is now back. ([2923550](2923550))
* **THX:** Makes it so certain ship images don't overlay on top of the THX activate button. Fixes [#2209](#2209). ([f3b1be7](f3b1be7))
  • Loading branch information
semantic-release-bot committed May 22, 2019
1 parent 80a2e74 commit e12e57c
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.4.2](https://github.com/Thorium-Sim/thorium/compare/1.4.1...1.4.2) (2019-05-22)


### Bug Fixes

* **Ambiance:** Cancelling looping sounds doesn't stop ambiance anymore. Closes [#2208](https://github.com/Thorium-Sim/thorium/issues/2208) ([dd3aea5](https://github.com/Thorium-Sim/thorium/commit/dd3aea5))
* **Probe Control:** The missing probe query response box is now back. ([2923550](https://github.com/Thorium-Sim/thorium/commit/2923550))
* **THX:** Makes it so certain ship images don't overlay on top of the THX activate button. Fixes [#2209](https://github.com/Thorium-Sim/thorium/issues/2209). ([f3b1be7](https://github.com/Thorium-Sim/thorium/commit/f3b1be7))

## [1.4.1](https://github.com/Thorium-Sim/thorium/compare/1.4.0...1.4.1) (2019-05-18)


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

0 comments on commit e12e57c

Please sign in to comment.