This commit is contained in:
Valentin Fernandez
2025-04-15 12:19:23 -03:00
committed by GitHub
parent bff49d4205
commit d20b9709ea
3 changed files with 13 additions and 2 deletions
+11
View File
@@ -1,5 +1,16 @@
# CHANGELOG
## 0.25.8 Apr 15, 2025
Contributed:
- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors))
Changes:
- bump polkadot/common to 13.4.4 ([#5036](https://github.com/polkadot-js/phishing/pull/5036))
## 0.25.7 Apr 1, 2025
Contributed:
+1 -1
View File
@@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.25.8-6-x",
"version": "0.25.8",
"versions": {
"git": "0.25.8-6-x",
"npm": "0.25.7"
+1 -1
View File
@@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "0.25.8-6-x",
"version": "0.25.8",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.4.4",