diff --git a/docs/changelog.md b/docs/changelog.md index 998e79719..756acf048 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,6 @@ # Changelog -## HEAD +## 20.3.1 - Fix: In SSR mode, respect the tick length set and don't cut off the tick label. diff --git a/projects/swimlane/ngx-charts/package.json b/projects/swimlane/ngx-charts/package.json index c34a63080..4e62e2071 100644 --- a/projects/swimlane/ngx-charts/package.json +++ b/projects/swimlane/ngx-charts/package.json @@ -1,6 +1,6 @@ { "name": "@swimlane/ngx-charts", - "version": "20.3.0", + "version": "20.3.1", "description": "Declarative Charting Framework for Angular", "repository": { "type": "git",