diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 459201240..66196793d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 528 Mich Update all.json (#1520) - 380 Jaco Align with missing polkastrater.* entries (#1518) + 381 Jaco Bump TypeScript (#1521) 213 mhusnirizal update all.json (#1506) 106 frankywild Update all.json (#1519) 78 michalisFr Update address.json (#1438) diff --git a/package.json b/package.json index 821c8f2cc..a3388bdc1 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.11.106", + "version": "0.11.107", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index c9cd35b26..09b1b32f8 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.11.106", + "version": "0.11.107", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index ab4eda5e9..df4915c5f 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.11.106' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.11.107' };