@duckduckgo/autoconsent 14.37.2 → 14.37.3
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/.github/workflows/release.yml +2 -1
- package/CHANGELOG.md +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
#### 🐛 Bug Fix
|
|
4
4
|
|
|
5
|
+
- Explicitly set write permission in the release job [#1089](https://github.com/duckduckgo/autoconsent/pull/1089) ([@muodov](https://github.com/muodov))
|
|
5
6
|
- Fix github release workflow [#1088](https://github.com/duckduckgo/autoconsent/pull/1088) ([@muodov](https://github.com/muodov))
|
|
6
7
|
- Fix popup detection on amazon.com [#1087](https://github.com/duckduckgo/autoconsent/pull/1087) ([@muodov](https://github.com/muodov))
|
|
7
8
|
- Use trusted publishers for npm release [#1086](https://github.com/duckduckgo/autoconsent/pull/1086) ([@muodov](https://github.com/muodov))
|