From 97f4cacddc9c3a232d55643aa513e081db954169 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Mar 2022 09:59:12 +0000 Subject: [PATCH] [CI Skip] release/stable 0.9.3 skip-checks: true --- CONTRIBUTORS | 2 +- all.json | 2 +- meta/2022-03.json | 4 ++++ package.json | 2 +- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b864a2946..02548538f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 421 Mich Update all.json (#1258) 366 Jaco 0.9.1 (#1264) - 156 mhusnirizal update all.json (#1263) + 157 mhusnirizal update all.json (#1266) 77 michalisFr Update all.json (#1036) 68 frankywild Update all.json (#1265) 26 Bill Laboon Add Polkapromo.com (#1035) diff --git a/all.json b/all.json index ecf736113..556d84552 100644 --- a/all.json +++ b/all.json @@ -1,7 +1,6 @@ { "allow": [], "deny": [ - "authyuser.com", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -284,6 +283,7 @@ "authwalletdapps.com", "authwalletsync.com", "authweb.live", + "authyuser.com", "auto-accessactivation.live", "autoconectoken.com", "autoconfig.metamask.pcsupport24-7.com", diff --git a/meta/2022-03.json b/meta/2022-03.json index 2ae5dbd69..9c85a1a86 100644 --- a/meta/2022-03.json +++ b/meta/2022-03.json @@ -1,4 +1,8 @@ [ + { + "date": "2022-03-13", + "url": "authyuser.com" + }, { "date": "2022-03-12", "url": "allwalletsystem.com" diff --git a/package.json b/package.json index d355d0cfb..0c66c9267 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.9.2", + "version": "0.9.3", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index a98500b84..51b9763dd 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.9.2", + "version": "0.9.3", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 21239b5cd..d55c5af31 100644 --- a/packages/phishing/src/packageInfo.ts +++ b/packages/phishing/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.9.2' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.9.3' };