diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a4971c136..7f5184b85 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 322 Jaco Manual format of tsconfig.build.json (#942) - 304 Mich Update all.json (#941) + 305 Mich Update all.json (#943) 77 mhusnirizal update all.json (#940) 72 michalisFr Update all.json (#904) 24 Bill Laboon "tripple your DOT" scam (#838) diff --git a/meta/2022-01.json b/meta/2022-01.json index c35465f7c..e9dbdca16 100644 --- a/meta/2022-01.json +++ b/meta/2022-01.json @@ -23,10 +23,22 @@ "date": "2022-01-14", "url": "cryptoconnect.tech" }, + { + "date": "2022-01-14", + "url": "data-collab.online" + }, { "date": "2022-01-14", "url": "decentralizedseverlink.com" }, + { + "date": "2022-01-14", + "url": "defi-protocol.org" + }, + { + "date": "2022-01-14", + "url": "digitalhubsync.online" + }, { "date": "2022-01-14", "url": "importrewards.org" @@ -55,10 +67,18 @@ "date": "2022-01-14", "url": "validate.walletsmask.com" }, + { + "date": "2022-01-14", + "url": "validateassets.live" + }, { "date": "2022-01-14", "url": "verification-wallet-protocol.com" }, + { + "date": "2022-01-14", + "url": "wallctdirect.com" + }, { "date": "2022-01-14", "url": "walletsintegrate.net" diff --git a/package.json b/package.json index ee7908538..cd369bedc 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.26", + "version": "0.8.27", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 894e759fe..a94a743d2 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.26", + "version": "0.8.27", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 39c445dc0..003b53952 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.26' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.27' };