From 73183ad1c507a5f524155b37e1e28f0d98f4370a Mon Sep 17 00:00:00 2001 From: Arjun Porwal <65214523+ap211unitech@users.noreply.github.com> Date: Wed, 8 Oct 2025 17:44:56 +0530 Subject: [PATCH] 0.25.20 (#5411) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- packages/phishing/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 136449113..fa03e0c41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 0.25.20 Oct 8, 2025 + +Contributed: + +- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors)) + + ## 0.25.19 Sep 23, 2025 Contributed: diff --git a/package.json b/package.json index dce899ff3..9f808dcc3 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.20-20-x", + "version": "0.25.20", "versions": { "git": "0.25.20-20-x", "npm": "0.25.19" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index ad5fdf6ad..867cec96e 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.20-20-x", + "version": "0.25.20", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.6",