This commit is contained in:
rajk93
2025-07-02 10:14:58 +05:30
committed by GitHub
parent b6b55d3e50
commit ac60f36c65
3 changed files with 14 additions and 3 deletions
+12 -1
View File
@@ -1,11 +1,22 @@
# CHANGELOG
## 0.25.14 July 2, 2025
Changes:
- Update polkadot dependencies to 13.5.3 ([#5161](https://github.com/polkadot-js/phishing/pull/5161))
Contributed:
- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors))
## 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))
- bump polkadot/common deps to 13.5.2 ([#5134](https://github.com/polkadot-js/phishing/pull/5134))
Contributed:
+1 -1
View File
@@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.25.14-20-x",
"version": "0.25.14",
"versions": {
"git": "0.25.14-20-x",
"npm": "0.25.13"
+1 -1
View File
@@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "0.25.14-20-x",
"version": "0.25.14",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.5.3",