From 079c2a024cea130d6568bc44d318ebe7238924b2 Mon Sep 17 00:00:00 2001 From: Valentin Fernandez <33705477+valentinfernandez1@users.noreply.github.com> Date: Wed, 18 Jun 2025 00:37:22 -0300 Subject: [PATCH] 0.25.13 (#5135) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- packages/phishing/package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fa0da1f8..444ca362f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # CHANGELOG +## 0.25.13 Jun 17, 2025 + +Changes: + +- Fix hostname normalization logic for phishing domain checks ([#5128](https://github.com/polkadot-js/phishing/pull/5128)) +- bump polkadot/common deps to 13.5.2 ([#5134](https://github.com/polkadot-js/phishing/pull/5128)) + + +Contributed: + +- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors)) + + ## 0.25.12 Jun 5, 2025 Contributed: diff --git a/package.json b/package.json index 854fc5272..55b669eaf 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.13-18-x", + "version": "0.25.13", "versions": { "git": "0.25.13-18-x", "npm": "0.25.12" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 62bb9ab55..f1e2aa46f 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.13-18-x", + "version": "0.25.13", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.2",