@beyonk/date-utils
Advanced tools
Comparing version 2.0.0 to 3.0.0
@@ -5,2 +5,14 @@ { | ||
{ | ||
"version": "3.0.0", | ||
"tag": "@beyonk/date-utils_v3.0.0", | ||
"date": "Thu, 23 Jul 2020 09:28:23 GMT", | ||
"comments": { | ||
"major": [ | ||
{ | ||
"comment": "move SDKs into project" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "2.0.0", | ||
@@ -7,0 +19,0 @@ "tag": "@beyonk/date-utils_v2.0.0", |
# Change Log - @beyonk/date-utils | ||
This log was last generated on Sat, 04 Jul 2020 08:00:04 GMT and should not be manually modified. | ||
This log was last generated on Thu, 23 Jul 2020 09:28:23 GMT and should not be manually modified. | ||
## 3.0.0 | ||
Thu, 23 Jul 2020 09:28:23 GMT | ||
### Breaking changes | ||
- move SDKs into project | ||
## 2.0.0 | ||
@@ -6,0 +13,0 @@ Sat, 04 Jul 2020 08:00:04 GMT |
{ | ||
"name": "@beyonk/date-utils", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "Beyonk Date Utils", | ||
@@ -13,3 +13,4 @@ "author": "Antony Jones <aj@desirableobjects.co.uk>", | ||
"scripts": { | ||
"test": "NODE_ENV=test mocha --require ../../node_modules/esm './!(node_modules)/**/**.+(spec).js'" | ||
"test": "NODE_ENV=test mocha --require ../../node_modules/esm './!(node_modules)/**/**.+(spec).js'", | ||
"build": "exit 0" | ||
}, | ||
@@ -16,0 +17,0 @@ "files": [ |
11363
340