From d08773ea932ca0511a1f77a0fba499aab31a620e Mon Sep 17 00:00:00 2001 From: rajk93 Date: Tue, 9 Dec 2025 17:44:14 +0530 Subject: [PATCH] 0.25.24 (#5574) --- 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 f7c80d89a..0b150d8e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## 0.25.24 Dec 9, 2025 + +Changes: + +- Bump polkadot-js dependencies ([#5573](https://github.com/polkadot-js/phishing/pull/5573)) + +Contributed: + +- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors)) + + ## 0.25.23 Nov 25, 2025 Changes: diff --git a/package.json b/package.json index 045d246a5..edb087899 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.24-15-x", + "version": "0.25.24", "versions": { "git": "0.25.24-15-x", "npm": "0.25.23" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 0bd4943bd..744e9a323 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.24-15-x", + "version": "0.25.24", "main": "index.js", "dependencies": { "@polkadot/util": "^14.0.1",