@duckduckgo/autoconsent 14.74.0 → 14.75.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 +12 -0
- package/dist/addon-firefox/manifest.json +1 -1
- package/dist/addon-mv3/manifest.json +1 -1
- package/dist/autoconsent.extra.cjs.js +220 -140
- package/dist/autoconsent.extra.esm.js +220 -140
- package/lib/filterlist-engine.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v14.75.0 (Thu Apr 23 2026)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- Bump the adblocker group across 1 directory with 2 updates [#1221](https://github.com/duckduckgo/autoconsent/pull/1221) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v14.74.0 (Wed Apr 22 2026)
|
|
2
14
|
|
|
3
15
|
#### 🚀 Enhancement
|