This commit is contained in:
rajk93
2025-07-29 18:19:25 +05:30
committed by GitHub
parent 978e418df0
commit 0c333e4eba
3 changed files with 13 additions and 2 deletions
+11
View File
@@ -1,5 +1,16 @@
# CHANGELOG
## 0.25.16 July 29, 2025
Changes:
- Bump @polkadot/common dependencies to 13.5.4 ([#5244](https://github.com/polkadot-js/phishing/pull/5244))
Contributed:
- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors))
## 0.25.15 July 15, 2025
Contributed:
+1 -1
View File
@@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.25.16-14-x",
"version": "0.25.16",
"versions": {
"git": "0.25.16-14-x",
"npm": "0.25.15"
+1 -1
View File
@@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "0.25.16-14-x",
"version": "0.25.16",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.5.4",