diff --git a/CHANGELOG.md b/CHANGELOG.md index 3be023f3c..b5418597a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.8.3](https://github.com/Thorium-Sim/thorium/compare/1.8.2...1.8.3) (2019-06-03) + + +### Bug Fixes + +* **Stability:** Refactors a lot of data fetching code to helpfully solve some memory leak issues on both the client and server. *Please get in touch on Discord or via email or the issue reporter if you run into any problems.* ([1bf0518](https://github.com/Thorium-Sim/thorium/commit/1bf0518)) + ## [1.8.2](https://github.com/Thorium-Sim/thorium/compare/1.8.1...1.8.2) (2019-06-01) diff --git a/client/package.json b/client/package.json index b6095f446..d7dfee04b 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "thorium-client", - "version": "1.8.2", + "version": "1.8.3", "description": "Starship Simulator Controls built with React", "repository": { "type": "git", diff --git a/package.json b/package.json index 90bdc16e8..a0b496f7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thorium", - "version": "1.8.2", + "version": "1.8.3", "description": "Starship Simulator Controls", "private": true, "repository": { @@ -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" diff --git a/server/package.json b/server/package.json index c766add6a..9d4d3d38e 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "thorium-server", - "version": "1.8.2", + "version": "1.8.3", "description": "Starship Simulator Controls Server, built with GraphQL", "private": true, "repository": {