dslop 1.4.1 → 1.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Changelog
2
2
 
3
+ ## v1.5.1
4
+
5
+ [compare changes](https://github.com/turf-sports/dslop/compare/v1.5.0...v1.5.1)
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - Resolve all lint errors ([0de0b6c](https://github.com/turf-sports/dslop/commit/0de0b6c))
10
+
11
+ ### ❤️ Contributors
12
+
13
+ - Siddharth Sharma <sharmasiddharthcs@gmail.com>
14
+
15
+ ## v1.5.0
16
+
17
+ [compare changes](https://github.com/turf-sports/dslop/compare/v1.4.1...v1.5.0)
18
+
19
+ ### 🚀 Enhancements
20
+
21
+ - Add AST-based duplicate detection ([f813c14](https://github.com/turf-sports/dslop/commit/f813c14))
22
+
23
+ ### ❤️ Contributors
24
+
25
+ - Siddharth Sharma <sharmasiddharthcs@gmail.com>
26
+
3
27
  ## v1.4.1
4
28
 
5
29
  [compare changes](https://github.com/turf-sports/dslop/compare/v1.4.0...v1.4.1)