diff --git a/CHANGELOG.md b/CHANGELOG.md index 799233772..5abd09a5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ You can also check the [release page](https://github.com/visualize-admin/visuali - Features - Added a new group of charts – Combo charts – that includes multi-measure line, dual-axis line and column-line charts + +# [3.22.8] - 2023-09-29 + - Fixes - Cube checker now correctly checks if dimensions are present - It's now possible to change the chart type for copied, non-hierarchical charts without having to open an options panel first diff --git a/package.json b/package.json index 42c8244ea..427bee5e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@visualize-admin/visualization-tool", - "version": "3.22.7", + "version": "3.22.8", "repository": { "type": "git", "url": "https://github.com/visualize-admin/visualization-tool.git"