@beyonk/date-utils
Advanced tools
Comparing version 3.0.1 to 3.1.0
@@ -5,2 +5,14 @@ { | ||
{ | ||
"version": "3.1.0", | ||
"tag": "@beyonk/date-utils_v3.1.0", | ||
"date": "Wed, 18 Nov 2020 15:25:19 GMT", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"comment": "add dayjs min max plugin" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "3.0.1", | ||
@@ -7,0 +19,0 @@ "tag": "@beyonk/date-utils_v3.0.1", |
# Change Log - @beyonk/date-utils | ||
This log was last generated on Wed, 26 Aug 2020 13:47:45 GMT and should not be manually modified. | ||
This log was last generated on Wed, 18 Nov 2020 15:25:19 GMT and should not be manually modified. | ||
## 3.1.0 | ||
Wed, 18 Nov 2020 15:25:19 GMT | ||
### Minor changes | ||
- add dayjs min max plugin | ||
## 3.0.1 | ||
@@ -6,0 +13,0 @@ Wed, 26 Aug 2020 13:47:45 GMT |
@@ -8,2 +8,3 @@ import dayjs from 'dayjs/esm' | ||
import utc from 'dayjs/plugin/utc' | ||
import minMax from 'dayjs/plugin/minMax' | ||
import timeZone from './plugin/timezone.plugin' | ||
@@ -17,2 +18,3 @@ | ||
dayjs.extend(utc) | ||
dayjs.extend(minMax) | ||
dayjs.extend(timeZone) | ||
@@ -19,0 +21,0 @@ |
{ | ||
"name": "@beyonk/date-utils", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"description": "Beyonk Date Utils", | ||
@@ -5,0 +5,0 @@ "author": "Antony Jones <aj@desirableobjects.co.uk>", |
12075
368