diff-ymd-package
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -126,2 +126,8 @@ ## Changelog | ||
### [v2.0.1] | ||
#### Fixed | ||
fixed some issues and configured files for publishing diff-ymd-package v2.0.1 on npm registry | ||
### [Next Release] - Collecting issues and new features for next release | ||
@@ -131,4 +137,4 @@ | ||
- [Unreleased](https://github.com/farhan7reza7/diff-ymd-package/compare/v2.0.0...HEAD) | ||
- [v2.0.0](https://github.com/farhan7reza7/diff-ymd-package/releases/tag/v2.0.0) | ||
- [Unreleased](https://github.com/farhan7reza7/diff-ymd-package/compare/v2.0.1...HEAD) | ||
- [v2.0.1](https://github.com/farhan7reza7/diff-ymd-package/releases/tag/v2.0.1) | ||
- [Next Release](https://github.com/farhan7reza7/diff-ymd-package/milestone/2) |
{ | ||
"name": "diff-ymd-package", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A javascript library for calculating the difference between two dates in formatted ways like (aY bM cD)(aYears bMonths cDays) or customized desired formats like aY-bM-cD or aYears-bMonths-cDays or kDays or mWeeks or nMonths etc.", | ||
@@ -5,0 +5,0 @@ "main": "src/diff-ymd.js", |
@@ -278,3 +278,3 @@ # diff-ymd-package | ||
For more informations, [See `diff-ymd-package documentation`](https://farhan7reza7.github.io/diff-ymd-package/DatesYMD.html) | ||
For more informations, [See `diff-ymd-package documentation`](https://farhan7reza7.github.io/diff-ymd-package/global.html) | ||
@@ -281,0 +281,0 @@ ## Contributing |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1142412