From 2c7e2656b9a9ca921821a4221b611aaa405384bc Mon Sep 17 00:00:00 2001 From: Jayson Harshbarger Date: Fri, 17 Apr 2020 09:21:27 -0600 Subject: [PATCH] (release) 16.1.1 --- docs/changelog.md | 4 ++++ projects/swimlane/ngx-datatable/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index b6139aa8f..3af703d8c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 16.1.1 + +- Patch release to override 16.1.0 + ## 16.0.2 - Bug: Remove barrel files because ng-packagr doesn't work well with them diff --git a/projects/swimlane/ngx-datatable/package.json b/projects/swimlane/ngx-datatable/package.json index c982980c2..917834cc2 100644 --- a/projects/swimlane/ngx-datatable/package.json +++ b/projects/swimlane/ngx-datatable/package.json @@ -1,6 +1,6 @@ { "name": "@swimlane/ngx-datatable", - "version": "16.0.2", + "version": "16.1.1", "description": "ngx-datatable is an Angular table grid component for presenting large and complex data.", "peerDependencies": { "@angular/common": "<9.0.0",