mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-12 19:21:05 +00:00
0.25.13 (#5135)
This commit is contained in:
committed by
GitHub
parent
e4256c62ab
commit
079c2a024c
@@ -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
@@ -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"
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user