From ce9a074168b27a4d7d31f3fbfe13167a744a2efd Mon Sep 17 00:00:00 2001 From: Wesley Reed Date: Mon, 31 Jan 2022 15:17:26 -0500 Subject: [PATCH] 1.0.0 --- 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 1db8edf..5258897 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dayjs-business-days2", - "version": "1.0.0-alpha2", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dayjs-business-days2", - "version": "1.0.0-alpha2", + "version": "1.0.0", "license": "MIT", "dependencies": { "dayjs": "^1" diff --git a/package.json b/package.json index 23bc146..bef7eaf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dayjs-business-days2", - "version": "1.0.0-alpha2", + "version": "1.0.0", "description": "Day.js plugin to add support for calculating dates only accounting for Business days", "main": "dist/index.js", "types": "typings/index.d.ts",