Skip to content

Commit

Permalink
chore(release): 1.22.1
Browse files Browse the repository at this point in the history
## [1.22.1](1.22.0...1.22.1) (2019-11-09)

### Bug Fixes

* **Updater:** Disables auto-update in anticipation of Thorium 2.0. No other functional changes. ([6248a57](6248a57))
  • Loading branch information
semantic-release-bot committed Nov 9, 2019
1 parent 3917ffb commit 34243a4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.22.1](https://github.com/Thorium-Sim/thorium/compare/1.22.0...1.22.1) (2019-11-09)


### Bug Fixes

* **Updater:** Disables auto-update in anticipation of Thorium 2.0. No other functional changes. ([6248a57](https://github.com/Thorium-Sim/thorium/commit/6248a57))

# [1.22.0](https://github.com/Thorium-Sim/thorium/compare/1.21.0...1.22.0) (2019-10-14)


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.22.0",
"version": "1.22.1",
"description": "Starship Simulator Controls built with React",
"repository": {
"type": "git",
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thorium",
"version": "1.22.0",
"version": "1.22.1",
"description": "Starship Simulator Controls",
"private": true,
"repository": {
Expand Down Expand Up @@ -151,9 +151,7 @@
},
"eslintConfig": {
"extends": "react-app",
"plugins": [
"react-hooks"
],
"plugins": ["react-hooks"],
"rules": {
"jsx-a11y/href-no-hash": "off",
"react-hooks/rules-of-hooks": "error"
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.22.0",
"version": "1.22.1",
"description": "Starship Simulator Controls Server, built with GraphQL",
"private": true,
"repository": {
Expand Down

0 comments on commit 34243a4

Please sign in to comment.