diff-ymd-package
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -184,3 +184,9 @@ ## Changelog | ||
### [v2.1.1] | ||
#### Fixed | ||
- Updated package.json main field for corrected issue in v2.1.0 | ||
- fixed some other issues and configured files for v2.1.1 | ||
### [Next Release] - Collecting issues and new features for next release | ||
@@ -190,4 +196,4 @@ | ||
- [Unreleased](https://github.com/farhan7reza7/diff-ymd-package/compare/v2.1.0...HEAD) | ||
- [v2.1.0](https://github.com/farhan7reza7/diff-ymd-package/releases/tag/v2.1.0) | ||
- [Unreleased](https://github.com/farhan7reza7/diff-ymd-package/compare/v2.1.1...HEAD) | ||
- [v2.1.1](https://github.com/farhan7reza7/diff-ymd-package/releases/tag/v2.1.1) | ||
- [Next Release](https://github.com/farhan7reza7/diff-ymd-package/milestone/2) |
{ | ||
"name": "diff-ymd-package", | ||
"version": "2.1.0", | ||
"version": "2.1.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.", | ||
"main": "src/diff-ymd.js", | ||
"main": "src/index.js", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "test": "jest" |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1139861
0