From d71f239aa4764c6535c70e3df7678f63316d169d Mon Sep 17 00:00:00 2001 From: Sam Macbeth Date: Fri, 20 Dec 2024 09:46:07 +0000 Subject: [PATCH] Bump version to: 12.4.0 [skip ci] --- addon/manifest.firefox.json | 2 +- addon/manifest.mv3.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/addon/manifest.firefox.json b/addon/manifest.firefox.json index 5fb288e6..b713f1ed 100644 --- a/addon/manifest.firefox.json +++ b/addon/manifest.firefox.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Autoconsent", - "version": "2024.12.13", + "version": "2024.12.20", "background": { "scripts": [ "background.bundle.js" diff --git a/addon/manifest.mv3.json b/addon/manifest.mv3.json index 20799163..15b9f023 100644 --- a/addon/manifest.mv3.json +++ b/addon/manifest.mv3.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Autoconsent", - "version": "2024.12.13", + "version": "2024.12.20", "background": { "service_worker": "background.bundle.js" }, diff --git a/package-lock.json b/package-lock.json index 9288abd8..02025adb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@duckduckgo/autoconsent", - "version": "12.3.0", + "version": "12.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@duckduckgo/autoconsent", - "version": "12.3.0", + "version": "12.4.0", "license": "MPL-2.0", "dependencies": { "@ghostery/adblocker": "^2.0.4", diff --git a/package.json b/package.json index d3d35fb3..9f40d579 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@duckduckgo/autoconsent", - "version": "12.3.0", + "version": "12.4.0", "description": "", "exports": { ".": {