diff-ymd-package
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -85,2 +85,8 @@ ## Changelog | ||
### [v1.1.3] | ||
#### Fixed | ||
fixed some issues and configured files for v1.1.3 | ||
### [Next Release] - Planning release time | ||
@@ -90,4 +96,4 @@ | ||
- [Unreleased](https://github.com/farhan7reza7/diff-ymd-package/compare/v1.1.2...HEAD) | ||
- [v1.1.2](https://github.com/farhan7reza7/diff-ymd-package/releases/tag/v1.1.2) | ||
- [Unreleased](https://github.com/farhan7reza7/diff-ymd-package/compare/v1.1.3...HEAD) | ||
- [v1.1.3](https://github.com/farhan7reza7/diff-ymd-package/releases/tag/v1.1.3) | ||
- [Next Release](https://github.com/farhan7reza7/diff-ymd-package/milestone/2) |
{ | ||
"name": "diff-ymd-package", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Utility class for calculating the difference between two dates in formatted ways like (aY bM cD)(aYears bMonths cDays) or customized formats like aY-bM-cD or aYears-bMonths-cDays etc.", | ||
@@ -5,0 +5,0 @@ "main": "src/diff-ymd.js", |
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
1061995