diff --git a/CHANGELOG.md b/CHANGELOG.md index 63a21137..4c06d28a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -## [1.8.3] - 2019-11-10 +## [1.8.3] - 2019-11-14 +### Fixed +- Bug with tutorial introduced in last patch + +## [1.8.3] - 2019-11-13 ### Added - Preview combos by hovering over recipes - Condensed recipe display diff --git a/VERSION b/VERSION index fe4e75fb..7b378be3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.3 \ No newline at end of file +1.8.4 \ No newline at end of file diff --git a/acp/package.json b/acp/package.json index 18b68a3f..44afd85c 100644 --- a/acp/package.json +++ b/acp/package.json @@ -1,6 +1,6 @@ { "name": "mnml-client", - "version": "1.8.3", + "version": "1.8.4", "description": "", "main": "index.js", "scripts": { diff --git a/client/changelog.html b/client/changelog.html index 68719026..9dfc59eb 100644 --- a/client/changelog.html +++ b/client/changelog.html @@ -731,7 +731,14 @@ pre { } } CHANGELOG

-[1.8.3] - 2019-11-10

+[1.8.3] - 2019-11-14 +

+Fixed

+ +

+[1.8.3] - 2019-11-13

Added

-Fixed

+Fixed