From 9547adc25b25cc51a8a18450b53a8a37e38eb66c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 12 Jan 2022 09:18:10 +0000 Subject: [PATCH] [CI Skip] release/stable 0.8.16 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 8d97c57f4..3c20c787d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 318 Jaco Bump dev (w/ contrib update) (#933) + 319 Jaco Align tsconfig.build.json with other polkadot-js (#934) 300 Mich Update all.json (#930) 74 mhusnirizal update all.json (#932) 72 michalisFr Update all.json (#904) diff --git a/package.json b/package.json index 8050d9299..37ab9aab1 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.15", + "version": "0.8.16", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 38851ca18..21a7dfb81 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.15", + "version": "0.8.16", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 6f50d14d2..3486820d2 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.15' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.16' };