@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.
@@ -31,7 +31,8 @@ jobs:
31
31
 
32
32
  release:
33
33
  permissions:
34
- id-token: write # Required for OIDC
34
+ id-token: write # Required for OIDC to publish to npm
35
+ contents: write # Required to push commits and tags to git
35
36
 
36
37
  runs-on: ubuntu-latest
37
38
  needs: check-for-commits
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))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duckduckgo/autoconsent",
3
- "version": "14.37.2",
3
+ "version": "14.37.3",
4
4
  "description": "",
5
5
  "exports": {
6
6
  ".": {