From 94ae65e3dc230200b9c8881582a751420b27415a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 15:20:56 +0000 Subject: [PATCH] [CI Skip] release/stable 0.25.12 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 a2f1587c4..2b1b6bc28 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -11,7 +11,7 @@ 13 ccris02 Update all.json (#1510) 13 crypto-scambaiter Update all.json (#4246) 11 ImdioR Scamwebsite (#5093) - 10 Valentin Fernandez 0.25.11 (#5100) + 11 Valentin Fernandez 0.25.12 (#5110) 9 bipul kumar hansdah pepecoin phishing site (important) (#3275) 9 Dan Shields add multipe reported scams (#297) 8 grizzly375 Update all.json (#575) diff --git a/package.json b/package.json index b8baccf04..9923b98e6 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "type": "module", "version": "0.25.12", "versions": { - "git": "0.25.12-7-x", - "npm": "0.25.11" + "git": "0.25.12", + "npm": "0.25.12" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index d0a28563a..019340b09 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.25.12-7-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.12' };