From b0a2968a7a6fed20688f131733c7a55784081023 Mon Sep 17 00:00:00 2001 From: Dean Gardiner Date: Mon, 5 Oct 2020 17:13:51 +1300 Subject: [PATCH] Bumped version to 2.4.0-beta.1 --- contributors.json | 7 ++++++- package-lock.json | 2 +- package.json | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/contributors.json b/contributors.json index 56960aa..5b00495 100644 --- a/contributors.json +++ b/contributors.json @@ -1,8 +1,13 @@ [ + { + "name": "dependabot[bot]", + "email": "49699333+dependabot[bot]@users.noreply.github.com", + "commits": 4 + }, { "name": "Dean Gardiner", "email": "me@dgardiner.net", "type": "lead", - "commits": 152 + "commits": 157 } ] diff --git a/package-lock.json b/package-lock.json index 22e96f7..665cd39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@radon-extension/plugin-amazonvideo", - "version": "2.3.1", + "version": "2.4.0-beta.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 14b0b09..c1732dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@radon-extension/plugin-amazonvideo", - "version": "2.3.1", + "version": "2.4.0-beta.1", "description": "Radon Extension: Amazon Video", "keywords": [ "radon", @@ -59,7 +59,7 @@ "whatwg-fetch": "^2.0.4" }, "peerDependencies": { - "@radon-extension/framework": "^2.3" + "@radon-extension/framework": "^2.4.0-beta" }, "scripts": { "lint": "eslint .",