From 00fda6ac30879c1462a80cf024e569aa322a2836 Mon Sep 17 00:00:00 2001 From: William Durand Date: Mon, 20 Mar 2023 12:33:20 +0100 Subject: [PATCH] 7.6.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a228fc3000..4ad2f1814c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "web-ext", - "version": "7.5.0", + "version": "7.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "web-ext", - "version": "7.5.0", + "version": "7.6.0", "license": "MPL-2.0", "dependencies": { "@babel/runtime": "7.21.0", diff --git a/package.json b/package.json index 5d57964ce5..00a1c7fd40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-ext", - "version": "7.5.0", + "version": "7.6.0", "description": "A command line tool to help build, run, and test web extensions", "type": "module", "main": "index.js",