diff --git a/CONTRIBUTORS b/CONTRIBUTORS index cdb5bb100..fc4d90dc1 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -26,4 +26,5 @@ 1 Mark Crince add site (#174) 1 Nathan Quarles add "linkupaffix.co" (#866) 1 Nikhil Ranjan Removing polkassembly.network (#304) + 1 Stepan Samko Remove defiyield.app from deny list (#1547) 1 Thibaut Sardan Update README.md (#2) \ No newline at end of file diff --git a/meta/2022-05.json b/meta/2022-05.json index 2a1c21712..c25cf4739 100644 --- a/meta/2022-05.json +++ b/meta/2022-05.json @@ -59,10 +59,6 @@ "date": "2022-05-06", "url": "defi-livesync.com" }, - { - "date": "2022-05-06", - "url": "defiyield.app" - }, { "date": "2022-05-06", "url": "dexlaunchpads.xyz" diff --git a/package.json b/package.json index 2a501b5bd..2d7a2a600 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.12.15", + "version": "0.12.16", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 21d4ae114..62d243c30 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.12.15", + "version": "0.12.16", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 59278b164..d91b99f38 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.15' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.12.16' };