From 5eed8493fa016bcbf49f7fe7d9bc39e41916a4e7 Mon Sep 17 00:00:00 2001 From: Surya Pabbineedi <98421392+surya-pabbineedi@users.noreply.github.com> Date: Thu, 20 Oct 2022 10:41:25 +0530 Subject: [PATCH] (release): 20.1.0 (#2116) --- docs/changelog.md | 8 ++++++-- projects/swimlane/ngx-datatable/package.json | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index fc0fb550a..a81113df1 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 20.1.0 + +- Chore: Support for angular 13+ + ## 20.0.0 - Breaking: Update to angular 12 @@ -18,7 +22,7 @@ ## 17.0.0 -- Chore: explicitly only suppot ng9 +- Chore: explicitly only support ng9 ## 16.1.1 @@ -32,7 +36,7 @@ - Fix: redraw after recalculate (#1816) - Fix: undefined row index for rows in groups (#1857) - Chore: Add pretty-quick as a precommit hook using husky (#1841) -- Chore: Bump dependecies (#1858, #1862, #1859) +- Chore: Bump dependencies (#1858, #1862, #1859) ## 16.0.3 diff --git a/projects/swimlane/ngx-datatable/package.json b/projects/swimlane/ngx-datatable/package.json index 9509e33b7..23bcb7a3f 100644 --- a/projects/swimlane/ngx-datatable/package.json +++ b/projects/swimlane/ngx-datatable/package.json @@ -1,6 +1,6 @@ { "name": "@swimlane/ngx-datatable", - "version": "20.0.0", + "version": "20.1.0", "description": "ngx-datatable is an Angular table grid component for presenting large and complex data.", "peerDependencies": { "@angular/common": ">=11.0.2",