@duckduckgo/autoconsent 10.3.0 → 10.3.1

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.
@@ -2,7 +2,7 @@ name: Propagate Autoconsent To DDG Apps
2
2
 
3
3
  on:
4
4
  release:
5
- types: [ created ]
5
+ types: [ published ]
6
6
 
7
7
  env:
8
8
  VERSION: ${{ github.event.release.tag_name }}
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v10.3.1 (Fri Mar 15 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Fix the trigger event for the CI automation [#394](https://github.com/duckduckgo/autoconsent/pull/394) ([@muodov](https://github.com/muodov))
6
+
7
+ #### Authors: 1
8
+
9
+ - Maxim Tsoy ([@muodov](https://github.com/muodov))
10
+
11
+ ---
12
+
1
13
  # v10.3.0 (Fri Mar 15 2024)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": 2,
3
3
  "name": "Autoconsent",
4
- "version": "2024.3.5",
4
+ "version": "2024.3.15",
5
5
  "background": {
6
6
  "scripts": [
7
7
  "background.bundle.js"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": 3,
3
3
  "name": "Autoconsent",
4
- "version": "2024.3.5",
4
+ "version": "2024.3.15",
5
5
  "background": {
6
6
  "service_worker": "background.bundle.js"
7
7
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duckduckgo/autoconsent",
3
- "version": "10.3.0",
3
+ "version": "10.3.1",
4
4
  "description": "",
5
5
  "main": "dist/autoconsent.cjs.js",
6
6
  "module": "dist/autoconsent.esm.js",