From 775a46c2a7a33c3ebadac634b516eefaf174ddf7 Mon Sep 17 00:00:00 2001 From: OMikkel Date: Fri, 28 Apr 2023 20:31:37 +0200 Subject: [PATCH] 1.3.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5e03808..2dc1f14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tailwind-datepicker-react", - "version": "1.1.2", + "version": "1.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9789960..5a22e50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tailwind-datepicker-react", - "version": "1.2.3", + "version": "1.3.0", "description": "A tailwindcss/flowbite datepicker component built as a react component with types", "main": "dist/index.js", "types": "types/index.d.ts",