@duckduckgo/autoconsent 14.5.1 → 14.6.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,20 @@
1
+ # v14.6.0 (Mon Jul 14 2025)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Fix some outdated rules [#826](https://github.com/duckduckgo/autoconsent/pull/826) ([@muodov](https://github.com/muodov))
6
+
7
+ #### 🐛 Bug Fix
8
+
9
+ - Expand plos rule to cover journals.plos.org [#823](https://github.com/duckduckgo/autoconsent/pull/823) ([@muodov](https://github.com/muodov))
10
+ - expand existing bbc rule to another dubdomains [#822](https://github.com/duckduckgo/autoconsent/pull/822) ([@muodov](https://github.com/muodov))
11
+
12
+ #### Authors: 1
13
+
14
+ - Maxim Tsoy ([@muodov](https://github.com/muodov))
15
+
16
+ ---
17
+
1
18
  # v14.5.1 (Fri Jul 11 2025)
2
19
 
3
20
  #### 🐛 Bug Fix
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": 2,
3
3
  "name": "Autoconsent",
4
- "version": "2025.7.2",
4
+ "version": "2025.7.11",
5
5
  "background": {
6
6
  "scripts": [
7
7
  "background.bundle.js"