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",