From 375316bd29bf404597bb3e7d9b8feb2219862219 Mon Sep 17 00:00:00 2001 From: Version Bot <> Date: Wed, 14 Sep 2022 07:13:01 +0000 Subject: [PATCH] [RELEASE] 0.9.14 --- CHANGELOG.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9b8ee8d6..b57348db5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 0.9.1 (9/14/2022) +* fix([FOROME-1617](https://quantori.atlassian.net/browse/FOROME-1617)): get dtree counts without async store (#943) ([31d007e8](https://github.com/ForomePlatform/Anfisa-React-Client/commit/31d007e8)) * feat([FOROME-1628](https://quantori.atlassian.net/browse/FOROME-1628)): close modal by escape key (#944) ([c485cd9d](https://github.com/ForomePlatform/Anfisa-React-Client/commit/c485cd9d)) * fix([FOROME-1621](https://quantori.atlassian.net/browse/FOROME-1621)): load derived dataset from wizard (#942) ([83df451b](https://github.com/ForomePlatform/Anfisa-React-Client/commit/83df451b)) * fix([FOROME-1576](https://quantori.atlassian.net/browse/FOROME-1576)): dont show data saving message if no changes (#927) ([52c60831](https://github.com/ForomePlatform/Anfisa-React-Client/commit/52c60831)) diff --git a/package.json b/package.json index 600aecd03..55234d379 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "anfisa-react-client", - "version": "0.9.13", + "version": "0.9.14", "private": true, "dependencies": { "@monaco-editor/react": "4.3.1",