This commit is contained in:
Tarik Gul
2025-02-18 06:05:58 -08:00
committed by GitHub
parent 5d633aaa24
commit acf47c5274
3 changed files with 13 additions and 2 deletions
+11
View File
@@ -1,5 +1,16 @@
# CHANGELOG
## 0.25.3 Feb 18, 2025
Contributed:
- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors))
Changes:
- Upgrade common to 13.4.3 ([#4957](https://github.com/polkadot-js/phishing/pull/4957))
## 0.25.3 Feb 4, 2025
Contributed:
+1 -1
View File
@@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.25.4-28-x",
"version": "0.25.4",
"versions": {
"git": "0.25.4-28-x",
"npm": "0.25.3"
+1 -1
View File
@@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "0.25.4-28-x",
"version": "0.25.4",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.4.3",