From 5ca433152efa827c601c5b7aeca16e134aad4a65 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 12:48:11 +0000 Subject: [PATCH] [CI Skip] release/stable 0.13.41 skip-checks: true --- CONTRIBUTORS | 1 + all.json | 2 +- meta/2022-05.json | 4 ++++ package.json | 2 +- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 6 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 240f7f4a0..d1068b800 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -17,6 +17,7 @@ 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 alineherzman Update all.json (#1618) 1 Christina-Marie A Miyar Update all.json (#855) 1 Christopher Bleckmann-Dreher Update all.json (#1360) 1 Danny Salman Add scam site (#461) diff --git a/all.json b/all.json index 552ccf33d..94695ba26 100644 --- a/all.json +++ b/all.json @@ -3719,8 +3719,8 @@ "initialisation.000webhostapp.com", "initialize-dapps.com", "initializedapps.site", - "initiialize.000webhostapp.com", "initiatewalletconnection.com", + "initiialize.000webhostapp.com", "inj-airdrops.com", "inlogin.metamask.skyliteconsulting.com", "inmtoken.top", diff --git a/meta/2022-05.json b/meta/2022-05.json index 3d63e7555..38f989740 100644 --- a/meta/2022-05.json +++ b/meta/2022-05.json @@ -11,6 +11,10 @@ "date": "2022-05-30", "url": "defi-landchains.com" }, + { + "date": "2022-05-30", + "url": "initiatewalletconnection.com" + }, { "date": "2022-05-30", "url": "lmsolveit.link" diff --git a/package.json b/package.json index d6c6aca93..9958c9c33 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.13.40", + "version": "0.13.41", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 091c2d42b..db9927c50 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.13.40", + "version": "0.13.41", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index a7318358a..881b97b8e 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.40' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.13.41' };