diff --git a/CHANGELOG.md b/CHANGELOG.md index b1cf5be8bc..c304556e75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 3.14.2 +## 3.14.2 Oct 28, 2022 - Add support to sync explorer state through url on Base and Figures Explorers (rubenaprikyan) - Add support to highlight syntax error in Figures Explorer (KaroMourad) diff --git a/aim/VERSION b/aim/VERSION index 49547fdca4..95ed564f82 100644 --- a/aim/VERSION +++ b/aim/VERSION @@ -1 +1 @@ -3.14.1 +3.14.2 diff --git a/aim/web/ui/package.json b/aim/web/ui/package.json index 3ca91f6786..8d9edb9edc 100644 --- a/aim/web/ui/package.json +++ b/aim/web/ui/package.json @@ -1,6 +1,6 @@ { "name": "ui_v2", - "version": "3.14.1", + "version": "3.14.2", "private": true, "dependencies": { "@aksel/structjs": "^1.0.0",