@duckduckgo/autoconsent 14.28.1 → 14.30.0

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,3 +1,35 @@
1
+ # v14.30.0 (Tue Oct 07 2025)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Fix an exception in text extension [#1024](https://github.com/duckduckgo/autoconsent/pull/1024) ([@muodov](https://github.com/muodov))
6
+
7
+ #### 🐛 Bug Fix
8
+
9
+ - Coverage data update [#1022](https://github.com/duckduckgo/autoconsent/pull/1022) ([@daxtheduck](https://github.com/daxtheduck))
10
+
11
+ #### Authors: 2
12
+
13
+ - Dax ([@daxtheduck](https://github.com/daxtheduck))
14
+ - Maxim Tsoy ([@muodov](https://github.com/muodov))
15
+
16
+ ---
17
+
18
+ # v14.29.0 (Fri Oct 03 2025)
19
+
20
+ #### 🚀 Enhancement
21
+
22
+ - Deduplicate autogenerated rules [#1016](https://github.com/duckduckgo/autoconsent/pull/1016) ([@sammacbeth](https://github.com/sammacbeth))
23
+ - 🤖 Add autoconsent rules for 1 sites (0 need review) [#1017](https://github.com/duckduckgo/autoconsent/pull/1017) ([@daxtheduck](https://github.com/daxtheduck) [@muodov](https://github.com/muodov))
24
+
25
+ #### Authors: 3
26
+
27
+ - Dax ([@daxtheduck](https://github.com/daxtheduck))
28
+ - Maxim Tsoy ([@muodov](https://github.com/muodov))
29
+ - Sam Macbeth ([@sammacbeth](https://github.com/sammacbeth))
30
+
31
+ ---
32
+
1
33
  # v14.28.1 (Thu Oct 02 2025)
2
34
 
3
35
  #### 🐛 Bug Fix