diff --git a/docs/changelog.md b/docs/changelog.md index b33a82df7..c02b6cb61 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 21.1.1 + +- Fix: Percent Gauge Chart: Fixes server-side-rendering +- Fix: Percent Gauge Chart: Fixes light theme +- Fix: Percent Gauge Chart: Makes target circle highlight only when target is reached + ## 21.1.0 - Feature: Add Percent Gauge chart type diff --git a/projects/swimlane/ngx-charts/package.json b/projects/swimlane/ngx-charts/package.json index f13b22b69..059783796 100644 --- a/projects/swimlane/ngx-charts/package.json +++ b/projects/swimlane/ngx-charts/package.json @@ -1,6 +1,6 @@ { "name": "@swimlane/ngx-charts", - "version": "21.1.0", + "version": "21.1.1", "description": "Declarative Charting Framework for Angular", "repository": { "type": "git",