From 559c80b5c0051af1bc828bdc80e15ae5d2213cd2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 23 Jan 2022 06:43:39 +0000 Subject: [PATCH] [CI Skip] release/stable 0.8.71 skip-checks: true --- CONTRIBUTORS | 2 +- package.json | 2 +- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b9f22616d..ae365dfb6 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 329 Jaco Bump deps (#992) + 330 Jaco Bump to latest @polkadot/util (#994) 322 Mich Update all.json (#993) 90 mhusnirizal update all.json (#988) 74 michalisFr Update address.json (#966) diff --git a/package.json b/package.json index 52a93116a..63f727ac3 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.70", + "version": "0.8.71", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index d35b7b9bd..281ead94f 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.70", + "version": "0.8.71", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index fd1935843..20f90851b 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.70' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.71' };