From 4d918413721ca7a7ff88e0a669619af1380d1172 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 22:45:29 +0000 Subject: [PATCH] [CI Skip] release/stable 0.22.6 skip-checks: true --- CONTRIBUTORS | 2 +- package.json | 4 ++-- packages/phishing/src/packageInfo.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 6fb94dd8d..4506f2ccb 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -9,9 +9,9 @@ 17 Josip Š Update all.json (#4366) 13 ccris02 Update all.json (#1510) 13 crypto-scambaiter Update all.json (#4246) + 10 Tarik Gul 0.22.6 (#4391) 9 bipul kumar hansdah pepecoin phishing site (important) (#3275) 9 Dan Shields add multipe reported scams (#297) - 9 Tarik Gul Update changelog for v0.22.5 (#4382) 8 grizzly375 Update all.json (#575) 8 ImdioR - Fake website (#4371) 7 Florian Franzen Update all.json (#3939) diff --git a/package.json b/package.json index 6c80ea11b..b3da81c1e 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "type": "module", "version": "0.22.6", "versions": { - "git": "0.22.6-5-x", - "npm": "0.22.5" + "git": "0.22.6", + "npm": "0.22.6" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index d224f6bfa..87de80343 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.22.6-5-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.6' };