From d67c18c4e813311068f2b24920364a3ca5dff4c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 22:30:38 +0000 Subject: [PATCH] [CI Skip] release/stable 0.23.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 02de35b7fe3fd..eb5a006d7675b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -6,7 +6,7 @@ 108 alineherzman Update all.json (#4632) 97 michalisFr Update address.json (#4380) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) - 23 Tarik Gul 0.23.5 (#4665) + 24 Tarik Gul 0.23.6 (#4675) 18 Josip Š Update all.json (#4408) 13 ccris02 Update all.json (#1510) 13 crypto-scambaiter Update all.json (#4246) diff --git a/package.json b/package.json index 1c4e200557a3a..40b44a4abeef0 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "type": "module", "version": "0.23.6", "versions": { - "git": "0.23.6-5-x", - "npm": "0.23.5" + "git": "0.23.6", + "npm": "0.23.6" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 574bfa9ebc5c5..0624ca4659f37 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.23.6-5-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.23.6' };