Skip to content

Commit

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

### Bug Fixes

* **Build:** Fixes an issue with the automated build process. ([6902c0d](6902c0d))
  • Loading branch information
semantic-release-bot committed May 18, 2019
1 parent 6902c0d commit 0a8c830
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.4.1](https://github.com/Thorium-Sim/thorium/compare/1.4.0...1.4.1) (2019-05-18)


### Bug Fixes

* **Build:** Fixes an issue with the automated build process. ([6902c0d](https://github.com/Thorium-Sim/thorium/commit/6902c0d))

# [1.4.0](https://github.com/Thorium-Sim/thorium/compare/1.3.0...1.4.0) (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.3.0",
"version": "1.4.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.3.0",
"version": "1.4.1",
"description": "Starship Simulator Controls",
"private": true,
"repository": {
Expand Down Expand Up @@ -147,9 +147,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.3.0",
"version": "1.4.1",
"description": "Starship Simulator Controls Server, built with GraphQL",
"private": true,
"repository": {
Expand Down

0 comments on commit 0a8c830

Please sign in to comment.