From 32be260ebc29e005d28ed8e115531099a038577c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Mar 2022 06:44:50 +0000 Subject: [PATCH] [CI Skip] release/stable 0.9.35 skip-checks: true --- CONTRIBUTORS | 2 +- meta/2022-03.json | 4 ++++ package.json | 2 +- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 2a5a6b0ea..8e2430973 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3,7 +3,7 @@ 168 mhusnirizal update all.json (#1297) 77 michalisFr Update all.json (#1036) 74 frankywild Update all.json (#1296) - 26 Bill Laboon Add Polkapromo.com (#1035) + 27 Bill Laboon Fake polkadot site (#1298) 9 Dan Shields add multipe reported scams (#297) 8 grizzly375 Update all.json (#575) 6 ccris02 Adding few newly registered phishing sites (#344) diff --git a/meta/2022-03.json b/meta/2022-03.json index 9561617bc..c55a0e2f1 100644 --- a/meta/2022-03.json +++ b/meta/2022-03.json @@ -7,6 +7,10 @@ "date": "2022-03-19", "url": "datawalletconnect.com" }, + { + "date": "2022-03-19", + "url": "emily.ghost.io" + }, { "date": "2022-03-19", "url": "fast-walletconnect.com" diff --git a/package.json b/package.json index 407bf8fc3..62dabc487 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.9.34", + "version": "0.9.35", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 863bb881c..0f1aeea01 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.9.34", + "version": "0.9.35", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index a345653f9..571229e6e 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.34' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.9.35' };