This commit is contained in:
Valentin Fernandez
2025-08-13 09:16:00 -03:00
committed by GitHub
parent 3ee322e6bf
commit b0122f8b16
3 changed files with 13 additions and 2 deletions
+11
View File
@@ -1,5 +1,16 @@
# CHANGELOG
## 0.25.17 Aug 13, 2025
Changes:
- Bump polkadot/common to 13.5.5 ([#5284](https://github.com/polkadot-js/phishing/pull/5284))
Contributed:
- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors))
## 0.25.16 July 29, 2025
Changes:
+1 -1
View File
@@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.25.17-29-x",
"version": "0.25.17",
"versions": {
"git": "0.25.17-29-x",
"npm": "0.25.16"
+1 -1
View File
@@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "0.25.17-29-x",
"version": "0.25.17",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.5.5",