@duckduckgo/autoconsent 14.37.0 → 14.37.2

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.
@@ -30,6 +30,9 @@ jobs:
30
30
  fi
31
31
 
32
32
  release:
33
+ permissions:
34
+ id-token: write # Required for OIDC
35
+
33
36
  runs-on: ubuntu-latest
34
37
  needs: check-for-commits
35
38
  if: ${{ needs.check-for-commits.outputs.ci_skip == 'false' }}
@@ -61,7 +64,6 @@ jobs:
61
64
  - name: Create Release
62
65
  env:
63
66
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
65
67
  run: |
66
68
  npm run release
67
69
 
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # v14.37.1 (Fri Nov 21 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Fix github release workflow [#1088](https://github.com/duckduckgo/autoconsent/pull/1088) ([@muodov](https://github.com/muodov))
6
+ - Fix popup detection on amazon.com [#1087](https://github.com/duckduckgo/autoconsent/pull/1087) ([@muodov](https://github.com/muodov))
7
+ - Use trusted publishers for npm release [#1086](https://github.com/duckduckgo/autoconsent/pull/1086) ([@muodov](https://github.com/muodov))
8
+
9
+ #### Authors: 1
10
+
11
+ - Maxim Tsoy ([@muodov](https://github.com/muodov))
12
+
13
+ ---
14
+
1
15
  # v14.37.0 (Wed Nov 19 2025)
2
16
 
3
17
  #### 🚀 Enhancement