From c79c0ca74fad904cf147b94fa389a743c0b35626 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 20 Jan 2022 10:33:15 +0000 Subject: [PATCH] [CI Skip] release/stable 0.8.57 skip-checks: true --- CONTRIBUTORS | 2 +- meta/2022-01.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 d2e8627e8..fc2b3de9a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,8 +2,8 @@ 317 Mich Update all.json (#976) 87 mhusnirizal update all.json (#975) 74 michalisFr Update address.json (#966) + 25 Bill Laboon seed stealer site (#977) 25 frankywild Update all.json (#974) - 24 Bill Laboon "tripple your DOT" scam (#838) 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-01.json b/meta/2022-01.json index c1e0c4624..60f2f20ae 100644 --- a/meta/2022-01.json +++ b/meta/2022-01.json @@ -83,6 +83,10 @@ "date": "2022-01-20", "url": "remotepaths.org" }, + { + "date": "2022-01-20", + "url": "reviewingmadeeazy.com" + }, { "date": "2022-01-20", "url": "safemoonswapconect.com" diff --git a/package.json b/package.json index bbff4b965..181aaa199 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.56", + "version": "0.8.57", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index bd7f4d82f..99ffeb72c 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.56", + "version": "0.8.57", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index c5ce7fd7f..8741e6954 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.8.56' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.57' };