diff --git a/HISTORY.md b/HISTORY.md index 185c9d7626..f911703834 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,13 @@ # Keyman Version History +## 18.0.90 alpha 2024-08-15 + +* refactor(web): move parts of `keyboard-processor` → `js-processor` (#12111) +* fix(web): allow `lm-worker` to build on Linux (#12181) +* refactor(web): move remaining parts of `keyboard-processor` → `keyboard` (#12131) +* docs: update .kmx documentation around bitmaps, modifier state (#12183) +* refactor(web): rename `package-cache` → `keyboard-storage` (#12135) + ## 18.0.89 alpha 2024-08-14 * feat(web): test skipped prediction round handling (#12169) diff --git a/VERSION.md b/VERSION.md index 49d6906226..8f233fffc0 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -18.0.90 \ No newline at end of file +18.0.91 \ No newline at end of file