This commit is contained in:
Valentin Fernandez
2025-06-18 00:37:22 -03:00
committed by GitHub
parent e4256c62ab
commit 079c2a024c
3 changed files with 15 additions and 2 deletions
+13
View File
@@ -1,5 +1,18 @@
# CHANGELOG # 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 ## 0.25.12 Jun 5, 2025
Contributed: Contributed:
+1 -1
View File
@@ -14,7 +14,7 @@
}, },
"sideEffects": false, "sideEffects": false,
"type": "module", "type": "module",
"version": "0.25.13-18-x", "version": "0.25.13",
"versions": { "versions": {
"git": "0.25.13-18-x", "git": "0.25.13-18-x",
"npm": "0.25.12" "npm": "0.25.12"
+1 -1
View File
@@ -18,7 +18,7 @@
"./packageDetect.cjs" "./packageDetect.cjs"
], ],
"type": "module", "type": "module",
"version": "0.25.13-18-x", "version": "0.25.13",
"main": "index.js", "main": "index.js",
"dependencies": { "dependencies": {
"@polkadot/util": "^13.5.2", "@polkadot/util": "^13.5.2",