From 999882c7edcf9b84dbb53b5c42593ea01fff0a35 Mon Sep 17 00:00:00 2001 From: Surya Teja K Date: Wed, 27 Jan 2021 20:18:00 +0530 Subject: [PATCH] chore: release v10.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e3b315a6..56d17ea8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-datatables", - "version": "10.1.0", + "version": "10.1.1", "description": "Angular directive for DataTables", "scripts": { "build": "npm run clean && npm run compile && npm run bundles && npm run schematics:build",