From 5978adf614606bb99b430bd7d7735bb22a6b6491 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 12:54:30 +0000 Subject: [PATCH] [CI Skip] release/stable 0.12.3 skip-checks: true --- CONTRIBUTORS | 2 +- meta/2022-05.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 c4eccd4f3..6c7f7f449 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3,7 +3,7 @@ 213 mhusnirizal update all.json (#1506) 107 frankywild Update all.json (#1522) 78 michalisFr Update address.json (#1438) - 27 Bill Laboon Fake polkadot site (#1298) + 28 Bill Laboon add winklebit - scam giveaway site (#1529) 13 ccris02 Update all.json (#1510) 9 Dan Shields add multipe reported scams (#297) 8 grizzly375 Update all.json (#575) diff --git a/meta/2022-05.json b/meta/2022-05.json index 79fac699c..abc367eef 100644 --- a/meta/2022-05.json +++ b/meta/2022-05.json @@ -43,6 +43,10 @@ "date": "2022-05-03", "url": "webextension-interface.com" }, + { + "date": "2022-05-03", + "url": "winklebit.net" + }, { "date": "2022-05-03", "url": "xpubcalculation.info" diff --git a/package.json b/package.json index 4ba69fd5a..77095f54f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.12.2", + "version": "0.12.3", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 448802bfb..f212ff7d4 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.12.2", + "version": "0.12.3", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 59b4082f1..13690f515 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.12.2' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.12.3' };