From 228706b0f236c7620635bf8c7e340b7af73eae7c Mon Sep 17 00:00:00 2001 From: Mahmudun Nabi Kajal Date: Mon, 21 Aug 2023 19:37:45 +0600 Subject: [PATCH] 0.0.9 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2de5f58..ff3e62e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "datatable-axios", - "version": "0.0.8", + "version": "0.0.9", "description": "A powerful npm package for effortless datatable interactions with seamless Axios calls. Effortlessly integrate search, paginate, and pagination functionalities into your projects with ease.", "type": "module", "main": "dist/datatable-axios.cjs.js", @@ -56,4 +56,4 @@ "dependencies": { "axios": "^1.4.0" } -} \ No newline at end of file +}