From 079a132f4b2a9ef82dcab1714c30e5077a31253d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 08:34:22 +0000 Subject: [PATCH] [CI Skip] release/stable 0.22.1 skip-checks: true --- CONTRIBUTORS | 2 +- package.json | 6 +++--- packages/phishing/package.json | 4 ++-- packages/phishing/src/packageInfo.ts | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ec7fa0311..1e34e6bb4 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 828 Frank Update all.json (#4042) 616 Mich block polkadot-rectifier.vercel.app (#4033) 551 mhusnirizal update all.json (#4034) - 546 Jaco Bump TS (#3988) + 547 Jaco 0.22.1 (#4043) 96 michalisFr Added 0 new domains (#2338) 35 alineherzman Update all.json (#4029) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) diff --git a/package.json b/package.json index c41ce4ddf..cfc6fe9b9 100644 --- a/package.json +++ b/package.json @@ -14,10 +14,10 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.0", + "version": "0.22.1", "versions": { - "git": "0.21.7-179-x", - "npm": "0.21.6" + "git": "0.22.1", + "npm": "0.22.1" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 4001e117e..72ac3057e 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -3,7 +3,7 @@ "bugs": "https://github.com/polkadot-js/phishing/issues", "description": "Simple phishing scripts from a central source", "engines": { - "node": ">=16" + "node": ">=18" }, "homepage": "https://github.com/polkadot-js/phishing/tree/master/packages/phishing#readme", "license": "Apache-2.0", @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.22.0", + "version": "0.22.1", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index e4e93a219..1835bb3fe 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.21.7-179-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.1' };