From 5bf18ae685d33309be84e67091d3c6a34ada5504 Mon Sep 17 00:00:00 2001 From: Wes Reed Date: Fri, 20 Dec 2024 11:12:35 -0500 Subject: [PATCH] 1.2.3 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ce9401a..7729c26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dayjs-business-days2", - "version": "1.2.2", + "version": "1.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dayjs-business-days2", - "version": "1.2.2", + "version": "1.2.3", "license": "MIT", "dependencies": { "dayjs": "^1.11.13" diff --git a/package.json b/package.json index 1750bc6..bf26ed7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dayjs-business-days2", - "version": "1.2.2", + "version": "1.2.3", "description": "Day.js plugin to add support for calculating dates only accounting for Business days", "main": "dist/index.js", "types": "typings/index.d.ts",