From 60634847219602df66d80c0ad4045cb5d1673ff3 Mon Sep 17 00:00:00 2001 From: Bartosz Prusinowski Date: Tue, 4 Oct 2022 10:50:18 +0200 Subject: [PATCH] v3.9.5 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f90f9c35..8734fccb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ You can also check the [release page](https://github.com/visualize-admin/visuali ## Unreleased +Nothing yet. + +## [3.9.5] - 2022-10-04 + - Charts: fix bugs that caused scatterplot and pie charts to crash in case no categorical dimensions were present in a dataset - Embed: introduce chart config migrations to embed mode diff --git a/package.json b/package.json index 71a41e05c..1dd7e7643 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@visualize-admin/visualization-tool", - "version": "3.9.4", + "version": "3.9.5", "repository": { "type": "git", "url": "https://github.com/visualize-admin/visualization-tool.git"