This commit is contained in:
Valentin Fernandez
2025-10-21 09:29:12 -03:00
committed by GitHub
parent c1d24b6b4a
commit 861186f062
3 changed files with 13 additions and 2 deletions
+11
View File
@@ -1,5 +1,16 @@
# CHANGELOG # CHANGELOG
## 0.25.21 Oct 21, 2025
Changes:
- bump @polkadot/common deps to v13.5.7 ([#5440](https://github.com/polkadot-js/phishing/pull/5440))
Contributed:
- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors))
## 0.25.20 Oct 8, 2025 ## 0.25.20 Oct 8, 2025
Contributed: Contributed:
+1 -1
View File
@@ -14,7 +14,7 @@
}, },
"sideEffects": false, "sideEffects": false,
"type": "module", "type": "module",
"version": "0.25.21-21-x", "version": "0.25.21",
"versions": { "versions": {
"git": "0.25.21-21-x", "git": "0.25.21-21-x",
"npm": "0.25.20" "npm": "0.25.20"
+1 -1
View File
@@ -18,7 +18,7 @@
"./packageDetect.cjs" "./packageDetect.cjs"
], ],
"type": "module", "type": "module",
"version": "0.25.21-21-x", "version": "0.25.21",
"main": "index.js", "main": "index.js",
"dependencies": { "dependencies": {
"@polkadot/util": "^13.5.7", "@polkadot/util": "^13.5.7",