diff --git a/CONTRIBUTORS b/CONTRIBUTORS index c1899c655..2c304295b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 366 Mich Update all.json (#1097) - 337 Jaco Additional reported URL (#1098) + 338 Jaco Disable yarn scripts on CI (#1100) 114 mhusnirizal update all.json (#1096) 77 michalisFr Update all.json (#1036) 40 frankywild Update all.json (#1090) diff --git a/package.json b/package.json index 793590c3f..134ac8a4d 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.161", + "version": "0.8.162", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 93d3dde86..cd7a0abc0 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.161", + "version": "0.8.162", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 547194e43..4c3beffd4 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.161' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.162' };