From 14d968118224415ca5d7a70e20072039d80fd928 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 May 2022 17:05:29 +0000 Subject: [PATCH] [CI Skip] release/stable 0.13.14 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, 4 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 69abcf2dd..44a165dd8 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -14,6 +14,7 @@ 3 Idi Eradiri moonriver phishing site (#1541) 3 Samuel MC Update address.json (#96) 2 Justin Pham Add bit.country scam sites (#1425) + 2 Keegan | W3F Update all.json (#1585) 2 paradoxxx-tt Update address.json (#306) 2 SimonKraus add polkadotgiveaway dot com to the list (#114) 1 Christina-Marie A Miyar Update all.json (#855) @@ -22,7 +23,6 @@ 1 Dudley remove simpleswap.io address from youtube scams (#94) 1 Graham Dixon Adds polkadot.com.se phishing site (#27) 1 hhanson4 Update all.json (#454) - 1 Keegan | W3F Update all.json (#718) 1 Mark Crince add site (#174) 1 Nathan Quarles add "linkupaffix.co" (#866) 1 Nikhil Ranjan Removing polkassembly.network (#304) diff --git a/meta/2022-05.json b/meta/2022-05.json index 38014a897..2b4d61bbe 100644 --- a/meta/2022-05.json +++ b/meta/2022-05.json @@ -539,10 +539,6 @@ "date": "2022-05-17", "url": "webwalletpolygon.website" }, - { - "date": "2022-05-17", - "url": "yearn.clinic" - }, { "date": "2022-05-16", "url": "airswallets.com" diff --git a/package.json b/package.json index 2f842f91c..83cfd4d62 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.13.13", + "version": "0.13.14", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index d612e6e7f..e571db44d 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.13.13", + "version": "0.13.14", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 9d7a64788..65bf33758 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.13.13' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.13.14' };