diff --git a/CHANGELOG.md b/CHANGELOG.md index eb59f76ee..c85be44b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,14 @@ You can also check the [release page](https://github.com/visualize-admin/visuali ## Unreleased +Nothing yet. + +# [3.19.19] - 2023-06-06 + - Fixes - Bars with negative values are now correctly attached to 0 again. + - Sorting now works correctly in line chart color legend and tables. + - Color legend is again properly interactive. ## [3.19.18] - 2023-05-16 diff --git a/package.json b/package.json index 56cde9ba7..ab52ad341 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@visualize-admin/visualization-tool", - "version": "3.19.18", + "version": "3.19.19", "repository": { "type": "git", "url": "https://github.com/visualize-admin/visualization-tool.git"