Skip to content

Commit

Permalink
(release): 20.1.0 (#2116)
Browse files Browse the repository at this point in the history
  • Loading branch information
surya-pabbineedi committed Oct 20, 2022
1 parent 5a34e71 commit 5eed849
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 20.1.0

- Chore: Support for angular 13+

## 20.0.0

- Breaking: Update to angular 12
Expand All @@ -18,7 +22,7 @@

## 17.0.0

- Chore: explicitly only suppot ng9
- Chore: explicitly only support ng9

## 16.1.1

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion projects/swimlane/ngx-datatable/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5eed849

Please sign in to comment.