diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 274d5e2b9..46d7afafe 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 398 Mich Update all.json (#1194) - 355 Jaco Replace mergify with action (#1190) + 356 Jaco Remove checkout from auto-{approve, merge} actions (#1197) 135 mhusnirizal update all.json (#1192) 77 michalisFr Update all.json (#1036) 54 frankywild Update all.json (#1187) diff --git a/package.json b/package.json index df86a11f7..550dc2e6c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.244", + "version": "0.8.245", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index fb8e94df3..4c850b25f 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.244", + "version": "0.8.245", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 7d9d01936..9e981b0cd 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.244' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.245' };