From 1c2b97b0654e2bfa32c210d5d11cea7126e236d2 Mon Sep 17 00:00:00 2001 From: rajk93 Date: Tue, 11 Nov 2025 12:46:18 +0530 Subject: [PATCH] 0.25.22 (#5509) * 0.25.22 * chore: update CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- packages/phishing/package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 619d819b3..82681d72b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## 0.25.22 Nov 11, 2025 + +Changes: + +- Bump @polkadot dependencies ([#5508](https://github.com/polkadot-js/phishing/pull/5508)) + +Contributed: + +- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors)) + + ## 0.25.21 Oct 21, 2025 Changes: diff --git a/package.json b/package.json index 2e74a0b24..d09fc9069 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.22-58-x", + "version": "0.25.22", "versions": { "git": "0.25.22-58-x", "npm": "0.25.21" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index f8d96d1a8..5b0d2cdf3 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.22-58-x", + "version": "0.25.22", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.8",