diff --git a/CONTRIBUTORS b/CONTRIBUTORS index c22ddb981..9c8c62853 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 403 Mich Update all.json (#1208) - 356 Jaco Remove checkout from auto-{approve, merge} actions (#1197) + 357 Jaco Adjust auto actions (#1209) 141 mhusnirizal update all.json (#1207) 77 michalisFr Update all.json (#1036) 56 frankywild Update all.json (#1204) diff --git a/package.json b/package.json index a1a00c3cd..73c5179bd 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.258", + "version": "0.8.259", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 75916cbfa..585f3e219 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.258", + "version": "0.8.259", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 3e6558e48..0bb51344a 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.258' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.259' };