From 399609ca320bb7db34bd4e61b634250264094276 Mon Sep 17 00:00:00 2001 From: daisuke201 Date: Fri, 12 May 2023 11:46:44 +0900 Subject: [PATCH] update change log for v0.9.3 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27e57bb6..8b87d47b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ # Change Log +## 0.9.3 +### Features and improvements +- add operation text and fix mouse control in example [#284](https://github.com/sony/mapray-js/issues/284) +- Update document generation to include wasm build for successful generation [#285](https://github.com/sony/mapray-js/issues/285) + +### Bug Fix +- Resolve build error in vectile/expression.ts [#283](https://github.com/sony/mapray-js/issues/283) + + ## 0.9.2 ### Features and improvements - Support Vector tiles [#238](https://github.com/sony/mapray-js/issues/238)