diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c06d28a..c2c3cda7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -## [1.8.3] - 2019-11-14 +## [1.8.5] - 2019-11-16 +### Fixed +- Multiple ko event bug + +## [1.8.4] - 2019-11-14 ### Fixed - Bug with tutorial introduced in last patch diff --git a/VERSION b/VERSION index 7b378be3..ff2fd4fb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.4 \ No newline at end of file +1.8.5 \ No newline at end of file diff --git a/acp/package.json b/acp/package.json index 44afd85c..3ccf45a7 100644 --- a/acp/package.json +++ b/acp/package.json @@ -1,6 +1,6 @@ { "name": "mnml-client", - "version": "1.8.4", + "version": "1.8.5", "description": "", "main": "index.js", "scripts": { diff --git a/client/changelog.html b/client/changelog.html index 9dfc59eb..80ff3f64 100644 --- a/client/changelog.html +++ b/client/changelog.html @@ -731,10 +731,17 @@ pre { } } CHANGELOG

-[1.8.3] - 2019-11-14

+[1.8.5] - 2019-11-16

Fixed

+

+[1.8.4] - 2019-11-14

+

+Fixed

+

@@ -746,7 +753,7 @@ pre {
  • Condensed recipe display
  • -Fixed

    +Fixed