From 1fc3a222c7f42e921d1b8482d9be5efd52c8f3e9 Mon Sep 17 00:00:00 2001 From: rajk93 Date: Tue, 25 Nov 2025 16:09:27 +0530 Subject: [PATCH] 0.25.23 (#5540) * 0.25.23 * 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 82681d72b..f7c80d89a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## 0.25.23 Nov 25, 2025 + +Changes: + +- Bump polkadot dependencies ([#5539](https://github.com/polkadot-js/phishing/pull/5539)) + +Contributed: + +- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors)) + + ## 0.25.22 Nov 11, 2025 Changes: diff --git a/package.json b/package.json index d1174286b..90bfd5cba 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.23-24-x", + "version": "0.25.23", "versions": { "git": "0.25.23-24-x", "npm": "0.25.22" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index c698a03f9..b118726d7 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.23-24-x", + "version": "0.25.23", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.9",