diff --git a/docs/changelog.md b/docs/changelog.md index 91d58d479..c43f2ec54 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 22.1.0 + +- Feature: support keyboard shortcuts for all rows selection + ## 22.0.2 - Fix: adjust for overflow when scaling columns in flex mode diff --git a/projects/ngx-datatable/package.json b/projects/ngx-datatable/package.json index 6e8b9d09f..a9118d287 100644 --- a/projects/ngx-datatable/package.json +++ b/projects/ngx-datatable/package.json @@ -1,6 +1,6 @@ { "name": "@siemens/ngx-datatable", - "version": "22.0.2", + "version": "22.1.0", "description": "ngx-datatable is an Angular table grid component for presenting large and complex data.", "peerDependencies": { "@angular/common": ">=17.0.0",